diff options
-rw-r--r-- | src/empathy-accounts-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index 984604223..96d97cb14 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -1649,6 +1649,7 @@ accounts_dialog_account_disabled_cb (TpAccountManager *manager, EmpathyAccountsDialog *dialog) { enable_or_disable_account (dialog, account, FALSE); + update_account_in_treeview (dialog, account); } static void |