forked from AuroraMiddleware/gtk
Remove g_print calls
This commit is contained in:
parent
1b05158db9
commit
be0beb758e
@ -1452,7 +1452,6 @@ render_icon_name_pixbuf (GtkIconSource *icon_source,
|
|||||||
names[1] = icon_source->source.icon_name;
|
names[1] = icon_source->source.icon_name;
|
||||||
names[2] = NULL;
|
names[2] = NULL;
|
||||||
|
|
||||||
g_print ("choose icon for %s\n", names[0]);
|
|
||||||
info = gtk_icon_theme_choose_icon (icon_theme,
|
info = gtk_icon_theme_choose_icon (icon_theme,
|
||||||
names,
|
names,
|
||||||
pixel_size, GTK_ICON_LOOKUP_USE_BUILTIN);
|
pixel_size, GTK_ICON_LOOKUP_USE_BUILTIN);
|
||||||
@ -1465,7 +1464,6 @@ render_icon_name_pixbuf (GtkIconSource *icon_source,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
g_print ("load icon for %s\n", icon_source->source.icon_name);
|
|
||||||
tmp_pixbuf = gtk_icon_theme_load_icon (icon_theme,
|
tmp_pixbuf = gtk_icon_theme_load_icon (icon_theme,
|
||||||
icon_source->source.icon_name,
|
icon_source->source.icon_name,
|
||||||
pixel_size, 0,
|
pixel_size, 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user