From 5d8096b8464f98038827f71429c489ae2aae49f7 Mon Sep 17 00:00:00 2001 From: fujiwarat Date: Thu, 4 Nov 2010 11:07:36 +0900 Subject: [PATCH] Remove the ability to attach to a status icon with libnotify 0.7.0 --- ui/gtk/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/gtk/main.py b/ui/gtk/main.py index 18bb12e0..f4c901d6 100644 --- a/ui/gtk/main.py +++ b/ui/gtk/main.py @@ -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) -- 2.34.1