[gnome-todo] task-eds: Don't notify priority



commit 071950f0ee45ae79e71610b44f521bd321933282
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Sep 4 10:42:58 2018 -0300

    task-eds: Don't notify priority
    
    This property doesn't exist anymore.

 plugins/eds/gtd-task-eds.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plugins/eds/gtd-task-eds.c b/plugins/eds/gtd-task-eds.c
index 1289d67..d7a648e 100644
--- a/plugins/eds/gtd-task-eds.c
+++ b/plugins/eds/gtd-task-eds.c
@@ -624,7 +624,6 @@ gtd_task_eds_set_component (GtdTaskEds    *self,
   g_object_notify (object, "creation-date");
   g_object_notify (object, "description");
   g_object_notify (object, "due-date");
-  g_object_notify (object, "priority");
   g_object_notify (object, "title");
   g_object_notify_by_pspec (object, properties[PROP_COMPONENT]);
 }


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