[libgnomekbd] Using PanelWidget instead of GtkLabel



commit 18b945c88a66ea71f4eed6c6bb903eb9a277f00d
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Fri Mar 12 00:19:27 2010 +0000

    Using PanelWidget instead of GtkLabel
    
    That's what other apps are using
    https://bugzilla.gnome.org/show_bug.cgi?id=612371

 libgnomekbd/gkbd-indicator-config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomekbd/gkbd-indicator-config.c b/libgnomekbd/gkbd-indicator-config.c
index 38acecc..0c49f7f 100644
--- a/libgnomekbd/gkbd-indicator-config.c
+++ b/libgnomekbd/gkbd-indicator-config.c
@@ -38,7 +38,7 @@
  * GkbdIndicatorConfig
  */
 #define GKBD_INDICATOR_CONFIG_KEY_PREFIX  GKBD_CONFIG_KEY_PREFIX "/indicator"
-#define GTK_STYLE_PATH "*.GtkLabel"
+#define GTK_STYLE_PATH "*PanelWidget*"
 
 const gchar GKBD_INDICATOR_CONFIG_DIR[] = GKBD_INDICATOR_CONFIG_KEY_PREFIX;
 const gchar GKBD_INDICATOR_CONFIG_KEY_SHOW_FLAGS[] =



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]