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);

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to