b6ae228ead
Copy from home:dimstar:branches:GNOME:Factory/libgnomekbd via accept of submit request 43300 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/43300 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnomekbd?expand=0&rev=37
24 lines
908 B
Diff
24 lines
908 B
Diff
commit 8dbeec103124f9de1ed515ef50ff79eff3ecd52c
|
|
Author: Sergey V. Udaltsov <svu@gnome.org>
|
|
Date: Sun Apr 25 23:59:53 2010 +0100
|
|
|
|
Provide the proper place in NA by using the name
|
|
|
|
The name "keyboard" is known to the NA applet - so it positions the icon
|
|
properly, on the right side, after all apps
|
|
|
|
Index: libgnomekbd-2.31.2/libgnomekbd/gkbd-status.c
|
|
===================================================================
|
|
--- libgnomekbd-2.31.2.orig/libgnomekbd/gkbd-status.c
|
|
+++ libgnomekbd-2.31.2/libgnomekbd/gkbd-status.c
|
|
@@ -635,6 +635,9 @@ gkbd_status_init (GkbdStatus * gki)
|
|
/* This should give NA a hint about the order */
|
|
gtk_status_icon_set_name (GTK_STATUS_ICON(gki), "keyboard");
|
|
|
|
+ /* This should give NA a hint about the order */
|
|
+ gtk_status_icon_set_name (GTK_STATUS_ICON(gki), "keyboard");
|
|
+
|
|
xkl_debug (100, "Initiating the widget startup process for %p\n",
|
|
gki);
|
|
|