aboutsummaryrefslogtreecommitdiff
path: root/src/event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event.c')
-rw-r--r--src/event.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.c b/src/event.c
index 4df457b..8133b54 100644
--- a/src/event.c
+++ b/src/event.c
@@ -243,6 +243,8 @@ event_update_profile(MESSENGER_Application *app)
243 ui->chats_listbox 243 ui->chats_listbox
244 ); 244 );
245 245
246 gtk_stack_set_visible_child(ui->chats_stack, ui->no_chat_box);
247
246 GNUNET_CHAT_iterate_contacts(chat->handle, _iterate_profile_contacts, app); 248 GNUNET_CHAT_iterate_contacts(chat->handle, _iterate_profile_contacts, app);
247 GNUNET_CHAT_iterate_groups(chat->handle, _iterate_profile_groups, app); 249 GNUNET_CHAT_iterate_groups(chat->handle, _iterate_profile_groups, app);
248} 250}