[gnome-todo] task-list: don't select sources by default



commit aee2bba61e92eac6ec20c6d21413464c27907f8d
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Aug 23 18:33:49 2015 -0300

    task-list: don't select sources by default
    
    This may bother Evolution users

 src/gtd-task-list.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gtd-task-list.c b/src/gtd-task-list.c
index b700f66..b1ae6e8 100644
--- a/src/gtd-task-list.c
+++ b/src/gtd-task-list.c
@@ -226,9 +226,6 @@ gtd_task_list_set_property (GObject      *object,
 
           selectable = E_SOURCE_SELECTABLE (e_source_get_extension (self->priv->source, 
E_SOURCE_EXTENSION_TASK_LIST));
 
-          /* We are always showing the task lists */
-          e_source_selectable_set_selected (selectable, TRUE);
-
           g_object_bind_property_full (object,
                                        "color",
                                        selectable,


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