diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-06 14:54:00 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2009-02-06 14:54:00 +0800 |
| commit | 7818373100d18f04dc049a466f9f30bb32965176 (patch) | |
| tree | 2a4d5d4c29e585ed35a060c6280db4f2a53ebdcb /client/x11 | |
| parent | 5014bc1a8e8544ec087b631b55fc4d6907051c13 (diff) | |
| download | ibus-7818373100d18f04dc049a466f9f30bb32965176.tar.gz ibus-7818373100d18f04dc049a466f9f30bb32965176.tar.xz ibus-7818373100d18f04dc049a466f9f30bb32965176.zip | |
Add restart menu item in system menu.
Diffstat (limited to 'client/x11')
| -rw-r--r-- | client/x11/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/x11/main.c b/client/x11/main.c index 734c898..db29eab 100644 --- a/client/x11/main.c +++ b/client/x11/main.c @@ -982,7 +982,7 @@ static void _atexit_cb () { if (_bus) { - ibus_bus_kill(_bus); + ibus_bus_exit(_bus, False); } } |
