[gnome-todo] plugin-manager: Load EDS before anything else



commit 84437393211a9acb22c35d13bf8d7f1add637e9e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue May 5 12:56:10 2020 -0300

    plugin-manager: Load EDS before anything else

 src/engine/gtd-plugin-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/engine/gtd-plugin-manager.c b/src/engine/gtd-plugin-manager.c
index cac918b..c666282 100644
--- a/src/engine/gtd-plugin-manager.c
+++ b/src/engine/gtd-plugin-manager.c
@@ -47,9 +47,9 @@ enum
 static guint signals[NUM_SIGNALS] = { 0, };
 
 static const gchar * const default_plugins[] = {
+  "eds",
   "task-lists-workspace",
   "inbox-panel",
-  "eds",
   "night-light",
   "peace",
 };


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