[gnome-todo/wip/selection-mode] window: bind mode bidirectionally



commit 6a1b47255aa9826ae268c67c9327fdd58289cc78
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Aug 22 19:47:34 2015 -0300

    window: bind mode bidirectionally
    
    This will be useful in the future, when right-clicking
    a task list will change the window mode too.

 src/gtd-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gtd-window.c b/src/gtd-window.c
index f66757d..577aa1a 100644
--- a/src/gtd-window.c
+++ b/src/gtd-window.c
@@ -419,7 +419,7 @@ gtd_window__list_added (GtdManager  *manager,
                           "mode",
                           item,
                           "mode",
-                          G_BINDING_DEFAULT | G_BINDING_SYNC_CREATE);
+                          G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE);
 
   gtk_widget_show (item);
 


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