aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat.c')
-rw-r--r--src/ui/chat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/chat.c b/src/ui/chat.c
index e0b284d..03af9d0 100644
--- a/src/ui/chat.c
+++ b/src/ui/chat.c
@@ -486,6 +486,10 @@ ui_chat_new(MESSENGER_Application *app)
486 app 486 app
487 ); 487 );
488 488
489 handle->chat_files_listbox = GTK_LIST_BOX(
490 gtk_builder_get_object(handle->builder, "chat_files_listbox")
491 );
492
489 handle->messages_listbox = GTK_LIST_BOX( 493 handle->messages_listbox = GTK_LIST_BOX(
490 gtk_builder_get_object(handle->builder, "messages_listbox") 494 gtk_builder_get_object(handle->builder, "messages_listbox")
491 ); 495 );