diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-08-20 17:32:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-08-20 17:32:21 -0400 |
commit | f7a6c051586a9e7a675443f5ced4c673e3e107f9 (patch) | |
tree | 8b4e3b039c175a3aa022cf5b210c824d6b0b1084 /gtk/gtkiconfactory.c | |
parent | c9340c37a9d4e19931ee2314ff29a3d5d18b9161 (diff) | |
download | gtk+-f7a6c051586a9e7a675443f5ced4c673e3e107f9.tar.gz |
Remove leftover debug spew
Diffstat (limited to 'gtk/gtkiconfactory.c')
-rw-r--r-- | gtk/gtkiconfactory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkiconfactory.c b/gtk/gtkiconfactory.c index 1cfdefe124..450c921f18 100644 --- a/gtk/gtkiconfactory.c +++ b/gtk/gtkiconfactory.c @@ -1461,7 +1461,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); @@ -1474,7 +1473,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, |