Author: abrander
Date: 2011-09-10 18:42:03 +0200 (Sat, 10 Sep 2011)
New Revision: 4038

Modified:
   trunk/src/gtk-interface.c
Log:
[495] Undoing revision 2818 to respect the GTK+ theme regarding images in menus 
and buttons.

Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c   2011-09-10 16:01:25 UTC (rev 4037)
+++ trunk/src/gtk-interface.c   2011-09-10 16:42:03 UTC (rev 4038)
@@ -1569,9 +1569,6 @@
        gtk_box_pack_start (GTK_BOX (vbox), pane, TRUE, TRUE, 0);
        gtk_box_pack_start (GTK_BOX (vbox), hbox, FALSE, TRUE, 0);
 
-       g_object_set (gtk_settings_get_default (), "gtk-menu-images", TRUE, 
NULL);
-       g_object_set (gtk_settings_get_default (), "gtk-button-images", TRUE, 
NULL);
-
        if(gui_status_push(_("Ready"))); /* To put  a "buttom" the status 
stack, we ignore the reutrn value */
 
        // arrange rawstudio as the user left it


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to