[gnome-software] trivial: Show icons in the updated dialog



commit 8a01c3498b94ef806ed8af6ef6710b52894f7d51
Author: Richard Hughes <richard hughsie com>
Date:   Tue Dec 5 11:13:54 2017 +0000

    trivial: Show icons in the updated dialog
    
    Fixes some of https://bugzilla.gnome.org/show_bug.cgi?id=790708

 src/gs-update-dialog.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-update-dialog.c b/src/gs-update-dialog.c
index c607a6a..ec67027 100644
--- a/src/gs-update-dialog.c
+++ b/src/gs-update-dialog.c
@@ -250,6 +250,7 @@ gs_update_dialog_show_installed_updates (GsUpdateDialog *dialog)
        plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_GET_UPDATES_HISTORICAL,
                                         "failure-flags", GS_PLUGIN_FAILURE_FLAGS_NONE,
                                         "refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_UPDATE_DETAILS |
+                                                        GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON |
                                                         GS_PLUGIN_REFINE_FLAGS_REQUIRE_VERSION,
                                         NULL);
        gs_plugin_loader_job_process_async (dialog->plugin_loader, plugin_job,


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