[gnome-software] trivial: Fix the conflict rule between odrs and ubuntu-reviews



commit 5e19eba10adb2bd90b28afef193306156faf23d6
Author: William Hua <william hua canonical com>
Date:   Thu May 26 11:43:01 2016 -0400

    trivial: Fix the conflict rule between odrs and ubuntu-reviews

 src/plugins/gs-plugin-ubuntu-reviews.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-ubuntu-reviews.c b/src/plugins/gs-plugin-ubuntu-reviews.c
index 6c378a0..87c21bd 100644
--- a/src/plugins/gs-plugin-ubuntu-reviews.c
+++ b/src/plugins/gs-plugin-ubuntu-reviews.c
@@ -65,7 +65,7 @@ gs_plugin_initialize (GsPlugin *plugin)
                                                  NULL);
 
        /* we have more reviews than ORDS */
-       gs_plugin_add_conflict (plugin, "odrs");
+       gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_CONFLICTS, "odrs");
 
        /* need source */
        gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "appstream");


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