[gimp] app: #if 0 some debug code in gui/gui.c which I accidentially pushed



commit ddc1c1d22d5a1da5dc7161891b467c041cec421a
Author: Michael Natterer <mitch gimp org>
Date:   Wed May 7 21:31:28 2014 +0200

    app: #if 0 some debug code in gui/gui.c which I accidentially pushed

 app/gui/gui.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/app/gui/gui.c b/app/gui/gui.c
index 6f764fa..a72968e 100644
--- a/app/gui/gui.c
+++ b/app/gui/gui.c
@@ -495,10 +495,13 @@ gui_restore_after_callback (Gimp               *gimp,
 
   gimp->message_handler = GIMP_MESSAGE_BOX;
 
+#if 0
+  /*  enable this to always have icons everywhere  */
   g_object_set (G_OBJECT (gtk_settings_get_default ()),
                 "gtk-button-images", TRUE,
                 "gtk-menu-images", TRUE,
                 NULL);
+#endif
 
   if (gui_config->restore_accels)
     menus_restore (gimp);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]