aboutsummaryrefslogtreecommitdiff
path: root/src/ui/messenger.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/messenger.c')
-rw-r--r--src/ui/messenger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/messenger.c b/src/ui/messenger.c
index 058fcbf..c031b1b 100644
--- a/src/ui/messenger.c
+++ b/src/ui/messenger.c
@@ -308,7 +308,7 @@ ui_messenger_init(MESSENGER_Application *app,
308 G_BINDING_INVERT_BOOLEAN 308 G_BINDING_INVERT_BOOLEAN
309 ); 309 );
310 310
311 if (app->ui.mobile) 311 if (app->settings.mobile_design)
312 g_object_bind_property( 312 g_object_bind_property(
313 handle->leaflet_chat, 313 handle->leaflet_chat,
314 "folded", 314 "folded",