[Xfce4-commits] r29518 - xfce4-settings/trunk/xfsettingsd

Stephan Arts stephan at xfce.org
Thu Feb 19 22:59:36 CET 2009


Author: stephan
Date: 2009-02-19 21:59:36 +0000 (Thu, 19 Feb 2009)
New Revision: 29518

Modified:
   xfce4-settings/trunk/xfsettingsd/registry.c
Log:
Fixed typo in default xsettings registry values



Modified: xfce4-settings/trunk/xfsettingsd/registry.c
===================================================================
--- xfce4-settings/trunk/xfsettingsd/registry.c	2009-02-19 21:53:09 UTC (rev 29517)
+++ xfce4-settings/trunk/xfsettingsd/registry.c	2009-02-19 21:59:36 UTC (rev 29518)
@@ -259,7 +259,7 @@
     g_value_set_string (&properties[XSETTING_ENTRY_GTK_FONTNAME].value, "Sans 10");
     g_value_set_string (&properties[XSETTING_ENTRY_GTK_ICONSIZES].value, NULL);
     g_value_set_string (&properties[XSETTING_ENTRY_GTK_KEYTHEMENAME].value, NULL);
-    g_value_set_string (&properties[XSETTING_ENTRY_GTK_TOOLBARSTYLE].value, "Icons");
+    g_value_set_string (&properties[XSETTING_ENTRY_GTK_TOOLBARSTYLE].value, "icons");
     g_value_set_int (&properties[XSETTING_ENTRY_GTK_TOOLBARICONSIZE].value, 3);
     g_value_set_string (&properties[XSETTING_ENTRY_GTK_IMPREEDITSTYLE].value, "");
     g_value_set_string (&properties[XSETTING_ENTRY_GTK_IMSTATUSSTYLE].value, "");




More information about the Xfce4-commits mailing list