mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 16:30:15 +00:00
colorswatch: Don't pass _GENERIC_FALLBACK to API that doesn't support it
This commit is contained in:
parent
09a181d205
commit
c28be30ac1
@ -213,8 +213,7 @@ swatch_draw (GtkWidget *widget,
|
|||||||
|
|
||||||
icon_info = gtk_icon_theme_lookup_by_gicon_for_scale (theme, gicon, PIXBUF_SIZE,
|
icon_info = gtk_icon_theme_lookup_by_gicon_for_scale (theme, gicon, PIXBUF_SIZE,
|
||||||
scale,
|
scale,
|
||||||
GTK_ICON_LOOKUP_GENERIC_FALLBACK
|
GTK_ICON_LOOKUP_USE_BUILTIN);
|
||||||
| GTK_ICON_LOOKUP_USE_BUILTIN);
|
|
||||||
g_object_unref (gicon);
|
g_object_unref (gicon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user