[gnome-builder/wip/chergert/shortcuts] sync search button with search mode
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/shortcuts] sync search button with search mode
- Date: Tue, 25 Aug 2015 07:29:42 +0000 (UTC)
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]