[gtk+/gtk-2-22] Remove g_print calls



commit be0beb758ec36c8d61f4b5c02aa4008d3ae7c935
Author: Mike Gorse <mgorse novell com>
Date:   Thu Sep 9 09:34:28 2010 -0400

    Remove g_print calls

 gtk/gtkiconfactory.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c
index 77090fb..9cbc391 100644
--- a/gtk/gtkiconfactory.c
+++ b/gtk/gtkiconfactory.c
@@ -1452,7 +1452,6 @@ render_icon_name_pixbuf (GtkIconSource    *icon_source,
       names[1] = icon_source->source.icon_name;
       names[2] = NULL;
 
-      g_print ("choose icon for %s\n", names[0]);
       info = gtk_icon_theme_choose_icon (icon_theme,
                                                names,
                                                pixel_size, GTK_ICON_LOOKUP_USE_BUILTIN);
@@ -1465,7 +1464,6 @@ render_icon_name_pixbuf (GtkIconSource    *icon_source,
     }
   else
     {
-      g_print ("load icon for %s\n", icon_source->source.icon_name);
       tmp_pixbuf = gtk_icon_theme_load_icon (icon_theme,
                                              icon_source->source.icon_name,
                                              pixel_size, 0,



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