[gtk+] colorswatch: Don't pass _GENERIC_FALLBACK to API that doesn't support it



commit c28be30ac15867c573a804317bdd51224c15ebcd
Author: Timm Bäder <mail baedert org>
Date:   Sat Oct 31 18:05:03 2015 +0100

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

 gtk/gtkcolorswatch.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c
index 05d8734..edcc60f 100644
--- a/gtk/gtkcolorswatch.c
+++ b/gtk/gtkcolorswatch.c
@@ -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);
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]