* #19866: gnome: ensure that "Using account ..." is correct at startup

This commit is contained in:
Tristan Matthews
2013-06-06 14:40:32 -04:00
parent e2f5828904
commit 39f21e6ece

View File

@ -427,6 +427,7 @@ registration_state_changed_cb(G_GNUC_UNUSED DBusGProxy *proxy, const gchar *acco
if (acc) {
acc->state = state;
update_account_list_status_bar(acc);
status_bar_display_account();
}
}