[gnome-software] Never get reviews or ratings for addons



commit 10ceafab9e0749ddeb3abfd39459551b21aeef80
Author: Richard Hughes <richard hughsie com>
Date:   Fri Feb 26 09:33:08 2016 +0000

    Never get reviews or ratings for addons

 src/gs-plugin-loader.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-plugin-loader.c b/src/gs-plugin-loader.c
index 670b570..2a8fad1 100644
--- a/src/gs-plugin-loader.c
+++ b/src/gs-plugin-loader.c
@@ -285,6 +285,8 @@ gs_plugin_loader_run_refine (GsPluginLoader *plugin_loader,
        /* refine addons one layer deep */
        if ((flags & GS_PLUGIN_REFINE_FLAGS_REQUIRE_ADDONS) > 0) {
                flags &= ~GS_PLUGIN_REFINE_FLAGS_REQUIRE_ADDONS;
+               flags &= ~GS_PLUGIN_REFINE_FLAGS_REQUIRE_REVIEWS;
+               flags &= ~GS_PLUGIN_REFINE_FLAGS_REQUIRE_REVIEW_RATINGS;
                for (l = *list; l != NULL; l = l->next) {
                        app = GS_APP (l->data);
                        addons = gs_app_get_addons (app);


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