[Xfce4-commits] r26856 - xfconf/trunk/xfsettingsd

Stephan Arts stephan at xfce.org
Thu Apr 17 13:25:24 CEST 2008


Author: stephan
Date: 2008-04-17 11:25:24 +0000 (Thu, 17 Apr 2008)
New Revision: 26856

Modified:
   xfconf/trunk/xfsettingsd/registry.c
Log:
Fix ToolbarIconSize registry entry (int)


Modified: xfconf/trunk/xfsettingsd/registry.c
===================================================================
--- xfconf/trunk/xfsettingsd/registry.c	2008-04-17 08:40:01 UTC (rev 26855)
+++ xfconf/trunk/xfsettingsd/registry.c	2008-04-17 11:25:24 UTC (rev 26856)
@@ -167,7 +167,7 @@
     registry->priv->properties[--i] = xsettings_registry_entry_new_string("Gtk/IconSizes", NULL);
     registry->priv->properties[--i] = xsettings_registry_entry_new_string("Gtk/KeyThemeName", NULL);
     registry->priv->properties[--i] = xsettings_registry_entry_new_string("Gtk/ToolbarStyle", "Icons");
-    registry->priv->properties[--i] = xsettings_registry_entry_new_string("Gtk/ToolbarIconSize", "LARGE_TOOLBAR");
+    registry->priv->properties[--i] = xsettings_registry_entry_new_int("Gtk/ToolbarIconSize", 3);
     registry->priv->properties[--i] = xsettings_registry_entry_new_string("Gtk/IMPreeditStyle", "");
     registry->priv->properties[--i] = xsettings_registry_entry_new_string("Gtk/IMStatusStyle", "");
     registry->priv->properties[--i] = xsettings_registry_entry_new_bool("Gtk/MenuImages", TRUE);



More information about the Xfce4-commits mailing list