[gnome-software] details page: Don't do any filtering when getting alternates



commit 5638cfa73a395e293999791091b72d857ba76cfb
Author: Kalev Lember <klember redhat com>
Date:   Sat Jan 26 17:24:21 2019 +0100

    details page: Don't do any filtering when getting alternates
    
    So that even when the ID, version, and source match, we still show
    different alternates from different origins.
    
    Fixes: https://gitlab.gnome.org/GNOME/gnome-software/issues/547

 src/gs-details-page.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/gs-details-page.c b/src/gs-details-page.c
index 6af9af7d..81b4a806 100644
--- a/src/gs-details-page.c
+++ b/src/gs-details-page.c
@@ -1766,6 +1766,7 @@ gs_details_page_load_stage2 (GsDetailsPage *self)
                                          "app", self->app,
                                          "refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_ORIGIN_HOSTNAME |
                                                          GS_PLUGIN_REFINE_FLAGS_REQUIRE_PROVENANCE,
+                                         "dedupe-flags", GS_APP_LIST_FILTER_FLAG_NONE,
                                          NULL);
        gs_plugin_loader_job_process_async (self->plugin_loader, plugin_job1,
                                            self->cancellable,


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