diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-30 19:21:06 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-30 19:21:06 +0800 |
| commit | ff15b28272e8930f512a9f098b6c9970e4ae12e4 (patch) | |
| tree | a95d2b669378235147c873fca4a5679758f71c62 /daemon/ibusdaemon.py | |
| parent | dc0cf118d0ec4733ce9b12244a2e40f271195278 (diff) | |
| download | ibus-ff15b28272e8930f512a9f098b6c9970e4ae12e4.tar.gz ibus-ff15b28272e8930f512a9f098b6c9970e4ae12e4.tar.xz ibus-ff15b28272e8930f512a9f098b6c9970e4ae12e4.zip | |
Save default input engine and restore it when start ibus.
Diffstat (limited to 'daemon/ibusdaemon.py')
| -rw-r--r-- | daemon/ibusdaemon.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/ibusdaemon.py b/daemon/ibusdaemon.py index 0640e62..a6ca372 100644 --- a/daemon/ibusdaemon.py +++ b/daemon/ibusdaemon.py @@ -83,8 +83,7 @@ class IBusServer(dbus.server.Server): lang, name = e.split(":") self.__ibus.register_start_engine(lang, name, None) except: - import traceback - traceback.print_exc() + pass def connection_added(self, dbusconn): self.__ibus.new_connection(dbusconn) |
