[gitg] searchbar: bind property bidirectional
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] searchbar: bind property bidirectional
- Date: Sat, 22 Jun 2013 10:27:30 +0000 (UTC)
commit f1e303419cfccc310f20097acbee3b799dcbe288
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Jun 22 12:27:04 2013 +0200
searchbar: bind property bidirectional
gitg/gitg-window.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-window.vala b/gitg/gitg-window.vala
index c89a82c..649ed78 100644
--- a/gitg/gitg-window.vala
+++ b/gitg/gitg-window.vala
@@ -151,7 +151,7 @@ public class Window : Gtk.ApplicationWindow, GitgExt.Application, Initable
// search bar
d_search_bar.connect_entry(d_search_entry);
- d_search_button.bind_property("active", d_search_bar, "search-mode-enabled");
+ d_search_button.bind_property("active", d_search_bar, "search-mode-enabled",
BindingFlags.BIDIRECTIONAL);
}
private void on_close_activated()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]