[gnome-software] Require provenance when refining the updates list



commit ddd3bf0fa95a607005344d1af91911f82f59c3ca
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jan 6 15:29:26 2016 +0000

    Require provenance when refining the updates list
    
    This ensures we don't show all items as non-free when using --mode=updates

 src/gs-shell-updates.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-shell-updates.c b/src/gs-shell-updates.c
index 2d01fcc..82b7aed 100644
--- a/src/gs-shell-updates.c
+++ b/src/gs-shell-updates.c
@@ -506,6 +506,7 @@ gs_shell_updates_load (GsShellUpdates *self)
        gs_container_remove_all (GTK_CONTAINER (self->list_box_updates));
        refine_flags = GS_PLUGIN_REFINE_FLAGS_DEFAULT |
                       GS_PLUGIN_REFINE_FLAGS_REQUIRE_UPDATE_DETAILS |
+                      GS_PLUGIN_REFINE_FLAGS_REQUIRE_PROVENANCE |
                       GS_PLUGIN_REFINE_FLAGS_REQUIRE_VERSION;
        gs_shell_updates_set_state (self,
                                    GS_SHELL_UPDATES_STATE_ACTION_GET_UPDATES);


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