summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2010-03-12 00:19:27 +0000
committerSergey V. Udaltsov <svu@gnome.org>2010-03-12 00:19:27 +0000
commit18b945c88a66ea71f4eed6c6bb903eb9a277f00d (patch)
treee9dabece5fece5329edd432266f617bb83d612e7
parentb1ed03866941cbf9409cffefd82bcec4ca3e1c61 (diff)
downloadlibgnomekbd-18b945c88a66ea71f4eed6c6bb903eb9a277f00d.tar.gz
Using PanelWidget instead of GtkLabel
That's what other apps are using https://bugzilla.gnome.org/show_bug.cgi?id=612371
-rw-r--r--libgnomekbd/gkbd-indicator-config.c2
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[] =