[gnome-builder/wip/chergert/shortcuts] sync search button with search mode



commit 32e34412eb743ff682b7873b595040ea71416be0
Author: Christian Hergert <christian hergert me>
Date:   Tue Aug 25 00:29:02 2015 -0700

    sync search button with search mode

 contrib/egg/egg-shortcuts-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/contrib/egg/egg-shortcuts-window.c b/contrib/egg/egg-shortcuts-window.c
index bab531b..a3bb0d4 100644
--- a/contrib/egg/egg-shortcuts-window.c
+++ b/contrib/egg/egg-shortcuts-window.c
@@ -444,7 +444,7 @@ egg_shortcuts_window_init (EggShortcutsWindow *self)
                                    NULL);
   g_object_bind_property (priv->search_button, "active",
                           priv->search_bar, "search-mode-enabled",
-                          G_BINDING_SYNC_CREATE);
+                          G_BINDING_SYNC_CREATE | G_BINDING_BIDIRECTIONAL);
   gtk_container_add (GTK_CONTAINER (box), GTK_WIDGET (priv->search_bar));
 
   scroller = g_object_new (GTK_TYPE_SCROLLED_WINDOW,


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