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



commit 1cb185ff835d09b29c9419b22847844fffc30483
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 659ab99..cfae7b3 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]