spinbutton: Pass the right size

We need a better diffrentiation between icon sizes - ie GtkIconSize vs
pixel size. Or more CSS.
This commit is contained in:
Benjamin Otte 2012-01-06 16:08:05 +01:00
parent bbf5fe179d
commit 0e48cc6dae

View File

@ -639,7 +639,7 @@ create_one_pixbuf (GtkStyleContext *context,
GtkIconSet *icon_set;
icon_set = gtk_style_context_lookup_icon_set (context, GTK_STOCK_MISSING_IMAGE);
pix = gtk_icon_set_render_icon_pixbuf (icon_set, context, size);
pix = gtk_icon_set_render_icon_pixbuf (icon_set, context, GTK_ICON_SIZE_MENU);
g_warning ("Unable to fetch icon %s from the icon theme", icon_name);
}