mirror of
https://gitlab.gnome.org/GNOME/gitg
synced 2024-10-30 17:39:46 +00:00
searchbar: bind property bidirectional
This commit is contained in:
parent
66556e061b
commit
f1e303419c
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue