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 <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
