colorswatch: Don't pass _GENERIC_FALLBACK to API that doesn't support it

This commit is contained in:
Timm Bäder 2015-10-31 18:05:03 +01:00
parent 09a181d205
commit c28be30ac1

View File

@ -213,8 +213,7 @@ swatch_draw (GtkWidget *widget,
icon_info = gtk_icon_theme_lookup_by_gicon_for_scale (theme, gicon, PIXBUF_SIZE,
scale,
GTK_ICON_LOOKUP_GENERIC_FALLBACK
| GTK_ICON_LOOKUP_USE_BUILTIN);
GTK_ICON_LOOKUP_USE_BUILTIN);
g_object_unref (gicon);
}