[Xfce4-commits] [panel-plugins/xfce4-places-plugin] 06/30: Remove GTK_ICON_LOOKUP_GENERIC_FALLBACK flag

noreply at xfce.org noreply at xfce.org
Mon Apr 22 12:07:57 CEST 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-places-plugin.

commit c7bd8b2837d9f8aecb82857dd33df1a01dc83b2a
Author: Andre Miranda <andreldm at xfce.org>
Date:   Wed Jan 2 09:18:40 2019 -0300

    Remove GTK_ICON_LOOKUP_GENERIC_FALLBACK flag
    
    It was causing several runtime warnings
---
 panel-plugin/view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/view.c b/panel-plugin/view.c
index 82c81e0..64474d5 100644
--- a/panel-plugin/view.c
+++ b/panel-plugin/view.c
@@ -456,7 +456,7 @@ pview_get_icon(GIcon *icon)
     if (G_IS_THEMED_ICON(icon)) {
         GtkIconInfo *icon_info = gtk_icon_theme_lookup_by_gicon(itheme,
                                                                 icon, size,
-                                                                GTK_ICON_LOOKUP_USE_BUILTIN | GTK_ICON_LOOKUP_GENERIC_FALLBACK | GTK_ICON_LOOKUP_FORCE_SIZE);
+                                                                GTK_ICON_LOOKUP_USE_BUILTIN | GTK_ICON_LOOKUP_FORCE_SIZE);
         if (icon_info) {
             GdkPixbuf *pix_theme = gtk_icon_info_load_icon(icon_info, NULL);
             pix = gdk_pixbuf_copy(pix_theme);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list