[Xfce4-commits] [apps/xfce4-screenshooter] 23/38: Replace GTK_ICON_LOOKUP Flag

noreply at xfce.org noreply at xfce.org
Fri Apr 28 03:07:19 CEST 2017


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

andre pushed a commit to branch master
in repository apps/xfce4-screenshooter.

commit 8a8f0cdc207dee01e8b1005a5cbaa3c01c4cbd23
Author: Andre Miranda <andre42m at gmail.com>
Date:   Tue Apr 4 21:45:32 2017 -0300

    Replace GTK_ICON_LOOKUP Flag
---
 lib/screenshooter-dialogs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/screenshooter-dialogs.c b/lib/screenshooter-dialogs.c
index b239d81..3386fea 100644
--- a/lib/screenshooter-dialogs.c
+++ b/lib/screenshooter-dialogs.c
@@ -324,14 +324,14 @@ static void add_item (GAppInfo *app_info, GtkWidget *liststore)
   icon_info =
     gtk_icon_theme_lookup_by_gicon (icon_theme, icon,
                                     ICON_SIZE,
-                                    GTK_ICON_LOOKUP_GENERIC_FALLBACK);
+                                    GTK_ICON_LOOKUP_FORCE_SIZE);
 
   pixbuf = gtk_icon_info_load_icon (icon_info, NULL);
 
   if (G_UNLIKELY (pixbuf == NULL))
     {
       pixbuf = gtk_icon_theme_load_icon (icon_theme, "exec", ICON_SIZE,
-                                         GTK_ICON_LOOKUP_GENERIC_FALLBACK,
+                                         GTK_ICON_LOOKUP_FORCE_SIZE,
                                          NULL);
     }
 

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


More information about the Xfce4-commits mailing list