[gnome-software/gnome-3-20] limba: Fix the plugin
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/gnome-3-20] limba: Fix the plugin
- Date: Thu, 14 Apr 2016 17:31:26 +0000 (UTC)
commit 3cb6d4e3f13ed052495d81b57974efbf08a85bc8
Author: Matthias Klumpp <matthias tenstral net>
Date: Thu Apr 14 18:15:17 2016 +0100
limba: Fix the plugin
src/plugins/gs-plugin-limba.c | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-limba.c b/src/plugins/gs-plugin-limba.c
index 3c1f1c9..2ffe9bd 100644
--- a/src/plugins/gs-plugin-limba.c
+++ b/src/plugins/gs-plugin-limba.c
@@ -45,6 +45,18 @@ gs_plugin_get_name (void)
}
/**
+ * gs_plugin_order_after:
+ */
+const gchar **
+gs_plugin_order_after (GsPlugin *plugin)
+{
+ static const gchar *deps[] = { "appstream",
+ "packagekit",
+ NULL };
+ return deps;
+}
+
+/**
* gs_plugin_initialize:
*/
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]