diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-24 13:13:08 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-09-24 13:13:08 +0800 |
| commit | 5a13c1a773c9205172e21fb2834d31681edc09dc (patch) | |
| tree | 16ac8df7a9d8ba17c8e3805e83fd0b9f2f7c2ced /daemon | |
| parent | 16bda71dacd1c084393ad98e88e060e20708291c (diff) | |
| download | ibus-5a13c1a773c9205172e21fb2834d31681edc09dc.tar.gz ibus-5a13c1a773c9205172e21fb2834d31681edc09dc.tar.xz ibus-5a13c1a773c9205172e21fb2834d31681edc09dc.zip | |
Remove pynotify.
Diffstat (limited to 'daemon')
| -rw-r--r-- | daemon/bus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/bus.py b/daemon/bus.py index 4ea2642..55f3c99 100644 --- a/daemon/bus.py +++ b/daemon/bus.py @@ -195,7 +195,7 @@ class IBus(ibus.Object): engine.focus_in() context.set_engine(engine) else: - pynotify + pass context.set_enable(True) self.__panel.states_changed() |
