diff options
Diffstat (limited to 'libempathy/empathy-account-manager.c')
-rw-r--r-- | libempathy/empathy-account-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-manager.c b/libempathy/empathy-account-manager.c index f3cfe8aed..021e20164 100644 --- a/libempathy/empathy-account-manager.c +++ b/libempathy/empathy-account-manager.c @@ -89,7 +89,7 @@ account_data_new_default (MissionControl *mc, actual_c = mission_control_get_connection_status (mc, account, &err); if (err) { - actual_c = TP_CONNECTION_STATUS_DISCONNECTED; + actual_c = -1; } return account_data_new (actual_p, actual_c, mc_account_is_enabled (account)); |