[gnome-software] Require the numeric ratings in the overview page



commit 486098bcf95e46ff4ddcd41ba3e2d89468ba1845
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jun 19 14:46:42 2017 +0100

    Require the numeric ratings in the overview page
    
    This fixes the missing star ratings on the front page.

 src/gs-overview-page.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gs-overview-page.c b/src/gs-overview-page.c
index 1c4665a..d0ad617 100644
--- a/src/gs-overview-page.c
+++ b/src/gs-overview-page.c
@@ -567,7 +567,7 @@ gs_overview_page_load (GsOverviewPage *self)
                plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_GET_POPULAR,
                                                 "max-results", 20,
                                                 "failure-flags", GS_PLUGIN_FAILURE_FLAGS_USE_EVENTS,
-                                                "refine-flags", 
GS_PLUGIN_REFINE_FLAGS_REQUIRE_REVIEW_RATINGS |
+                                                "refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_RATING |
                                                                 GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON,
                                                 NULL);
                gs_plugin_loader_job_process_async (priv->plugin_loader,
@@ -586,7 +586,7 @@ gs_overview_page_load (GsOverviewPage *self)
                                                 "age", 60 * 60 * 24 * 60,
                                                 "max-results", 20,
                                                 "failure-flags", GS_PLUGIN_FAILURE_FLAGS_USE_EVENTS,
-                                                "refine-flags", 
GS_PLUGIN_REFINE_FLAGS_REQUIRE_REVIEW_RATINGS |
+                                                "refine-flags", GS_PLUGIN_REFINE_FLAGS_REQUIRE_RATING |
                                                                 GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON,
                                                 NULL);
                gs_plugin_loader_job_process_async (priv->plugin_loader,
@@ -627,7 +627,7 @@ gs_overview_page_load (GsOverviewPage *self)
                                                         "max-results", 20,
                                                         "category", featured_category,
                                                         "failure-flags", GS_PLUGIN_FAILURE_FLAGS_USE_EVENTS,
-                                                        "refine-flags", 
GS_PLUGIN_REFINE_FLAGS_REQUIRE_REVIEW_RATINGS |
+                                                        "refine-flags", 
GS_PLUGIN_REFINE_FLAGS_REQUIRE_RATING |
                                                                         GS_PLUGIN_REFINE_FLAGS_REQUIRE_ICON,
                                                         NULL);
                        gs_plugin_loader_job_process_async (priv->plugin_loader,


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