Author: akv
Date: 2009-12-20 22:58:39 +0100 (Sun, 20 Dec 2009)
New Revision: 2818
Modified:
trunk/src/gtk-interface.c
Log:
Showing button and menu images again - should be TRUE by default, but in Ubuntu
Karmic it's diabled.
Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c 2009-12-20 21:37:30 UTC (rev 2817)
+++ trunk/src/gtk-interface.c 2009-12-20 21:58:39 UTC (rev 2818)
@@ -1134,6 +1134,9 @@
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);
+
gui_status_push(_("Ready"));
// arrange rawstudio as the user left it
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit