Skip to content
Snippets Groups Projects
Commit 284ee6cd authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1215] Fix account order at startup if latency

parent 072a4599
No related branches found
No related tags found
No related merge requests found
...@@ -182,6 +182,10 @@ accounts_changed_cb (DBusGProxy *proxy UNUSED, ...@@ -182,6 +182,10 @@ accounts_changed_cb (DBusGProxy *proxy UNUSED,
DEBUG ("Accounts changed"); DEBUG ("Accounts changed");
sflphone_fill_account_list(TRUE); sflphone_fill_account_list(TRUE);
config_window_fill_account_list(); config_window_fill_account_list();
// Update the status bar in case something happened
// Should fix ticket #1215
status_bar_display_account();
} }
static void static void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment