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 459f910..f081e2f 100644
--- a/src/event.c
+++ b/src/event.c
@@ -127,6 +127,8 @@ event_refresh_accounts(MESSENGER_Application *app)
127 UI_MESSENGER_Handle *ui = &(app->ui.messenger); 127 UI_MESSENGER_Handle *ui = &(app->ui.messenger);
128 CHAT_MESSENGER_Handle *chat = &(app->chat.messenger); 128 CHAT_MESSENGER_Handle *chat = &(app->chat.messenger);
129 129
130 ui_accounts_dialog_refresh(app, &(app->ui.accounts));
131
130 if (!(ui->accounts_listbox)) 132 if (!(ui->accounts_listbox))
131 return; 133 return;
132 134