aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/unified_window.vala
diff options
context:
space:
mode:
authorfiaxh <git@mx.ax.lt>2017-08-26 13:04:57 +0200
committerfiaxh <git@mx.ax.lt>2017-08-27 14:59:53 +0200
commita807ded65cd907e04bab7b8cd27b5702b157e3a2 (patch)
treea9f9991a1ded586219b0f713cf3d7d745b670f1d /main/src/ui/unified_window.vala
parent9840774a87b9d15523ecc04ee4c157270e9abfe5 (diff)
downloaddino-a807ded65cd907e04bab7b8cd27b5702b157e3a2.tar.gz
dino-a807ded65cd907e04bab7b8cd27b5702b157e3a2.zip
small fixes
Diffstat (limited to 'main/src/ui/unified_window.vala')
-rw-r--r--main/src/ui/unified_window.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/unified_window.vala b/main/src/ui/unified_window.vala
index e9c1a8e6..8244c67a 100644
--- a/main/src/ui/unified_window.vala
+++ b/main/src/ui/unified_window.vala
@@ -30,7 +30,7 @@ public class UnifiedWindow : Window {
setup_unified();
setup_stack();
- conversation_list_titlebar.search_button.bind_property("active", filterable_conversation_list.search_bar, "search-mode-enabled",
+ conversation_list_titlebar.search_button.bind_property("active", filterable_conversation_list.search_revealer, "reveal-child",
BindingFlags.SYNC_CREATE | BindingFlags.BIDIRECTIONAL);
paned.bind_property("position", headerbar_paned, "position", BindingFlags.SYNC_CREATE | BindingFlags.BIDIRECTIONAL);