4934327121
Add a shell extension for GNOME 3.6 OBS-URL: https://build.opensuse.org/request/show/155901 OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=58
13 lines
663 B
Diff
13 lines
663 B
Diff
diff -ru ibus-1.4.2.org/ui/gtk/panel.py ibus-1.4.2/ui/gtk/panel.py
|
|
--- ibus-1.4.2.org/ui/gtk/panel.py 2012-08-22 23:16:51.000000000 +0900
|
|
+++ ibus-1.4.2/ui/gtk/panel.py 2013-02-11 16:40:38.328356131 +0900
|
|
@@ -112,7 +112,7 @@
|
|
self.__status_icon.set_visible(False)
|
|
# gtk_status_icon_set_name() is not available in pygtk2 2.17
|
|
if hasattr(self.__status_icon, 'set_name'):
|
|
- self.__status_icon.set_name('ibus-ui-gtk')
|
|
+ self.__status_icon.set_name('ibus-ui-gtk-14')
|
|
self.__status_icon.set_title(_("IBus Panel"))
|
|
# Hide icon until bus get the name owner.
|
|
#self.__status_icon.set_visible(True)
|