Remove the ability to attach to a status icon with libnotify 0.7.0
authorfujiwarat <takao.fujiwara1@gmail.com>
Thu, 4 Nov 2010 02:07:36 +0000 (11:07 +0900)
committerPeng Huang <shawn.p.huang@gmail.com>
Thu, 4 Nov 2010 02:19:17 +0000 (11:19 +0900)
ui/gtk/main.py

index 18bb12e03439336e37844f58af5e8f22b5a3f04c..f4c901d69e5a014e6f2fde6ed47a564aa270bcca 100644 (file)
@@ -56,7 +56,6 @@ class UIApplication:
                             "Please restart ibus input platform."), \
                             "ibus")
         self.__notify.set_timeout(10 * 1000)
-        self.__notify.attach_to_status_icon (self.__panel.get_status_icon())
         self.__notify.add_action("restart", _("Restart Now"), self.__restart_cb, None)
         self.__notify.add_action("ignore", _("Later"), lambda *args: None, None)