From 3cfcb03555f7a22d4b0cd132c2fa74cc81d85955 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 6 Jan 2009 16:46:38 +0000 Subject: Use a invalid value when initializing. svn path=/trunk/; revision=2037 --- libempathy/empathy-account-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') 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)); -- cgit v1.2.3