[gnome-software/wip/hughsie/shell-extensions: 11/11] Appstream icon bodge



commit c8b1b44d8a3ea450cb4f10c3f802c181a2e81cb8
Author: Richard Hughes <richard hughsie com>
Date:   Thu Feb 25 20:35:19 2016 +0000

    Appstream icon bodge

 src/plugins/gs-plugin-appstream.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-appstream.c b/src/plugins/gs-plugin-appstream.c
index c326fd2..89a7d4b 100644
--- a/src/plugins/gs-plugin-appstream.c
+++ b/src/plugins/gs-plugin-appstream.c
@@ -668,7 +668,7 @@ gs_plugin_refine_item (GsPlugin *plugin, GsApp *app, AsApp *item, GError **error
        }
 
        /* set icon */
-       if (as_app_get_icon_default (item) != NULL && gs_app_get_pixbuf (app) == NULL)
+       if (as_app_get_icon_default (item) != NULL)
                gs_plugin_refine_item_pixbuf (plugin, app, item);
 
        /* set categories */


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