[gnome-software: 4/4] details page: trivial: Require origin hostname when getting alternates



commit 4840442fc2af5b56244c53426c9b8e30e81580dc
Author: Kalev Lember <klember redhat com>
Date:   Thu Sep 27 20:23:47 2018 +0200

    details page: trivial: Require origin hostname when getting alternates
    
    ... to make sure we have the url to show in the drop down.

 src/gs-details-page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-details-page.c b/src/gs-details-page.c
index ef5995ef..acbd7c1c 100644
--- a/src/gs-details-page.c
+++ b/src/gs-details-page.c
@@ -959,7 +959,7 @@ gs_details_page_set_alternates (GsDetailsPage *self)
        plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_GET_ALTERNATES,
                                         "interactive", TRUE,
                                         "app", self->app,
-                                        "refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_ORIGIN ||
+                                        "refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_ORIGIN_HOSTNAME |
                                                         GS_PLUGIN_REFINE_FLAGS_REQUIRE_PROVENANCE,
                                         NULL);
        gs_plugin_loader_job_process_async (self->plugin_loader,


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