[gnome-software] trivial: Fix the flatpak plugin name in the odrs plugin
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Fix the flatpak plugin name in the odrs plugin
- Date: Wed, 8 Mar 2017 16:34:30 +0000 (UTC)
commit 454c3038fb533ae9dc32d428e9dc82ed75b735a7
Author: Richard Hughes <richard hughsie com>
Date: Wed Mar 8 14:52:54 2017 +0000
trivial: Fix the flatpak plugin name in the odrs plugin
plugins/odrs/gs-plugin-odrs.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/plugins/odrs/gs-plugin-odrs.c b/plugins/odrs/gs-plugin-odrs.c
index d4ea4fa..be6a27f 100644
--- a/plugins/odrs/gs-plugin-odrs.c
+++ b/plugins/odrs/gs-plugin-odrs.c
@@ -90,8 +90,7 @@ gs_plugin_initialize (GsPlugin *plugin)
/* need application IDs and version */
gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "appstream");
- gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "flatpak-system");
- gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "flatpak-user");
+ gs_plugin_add_rule (plugin, GS_PLUGIN_RULE_RUN_AFTER, "flatpak");
/* set name of MetaInfo file */
gs_plugin_set_appstream_id (plugin, "org.gnome.Software.Plugin.Odrs");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]