empathy r2037 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2037 - trunk/libempathy
- Date: Tue, 6 Jan 2009 16:46:39 +0000 (UTC)
Author: xclaesse
Date: Tue Jan 6 16:46:38 2009
New Revision: 2037
URL: http://svn.gnome.org/viewvc/empathy?rev=2037&view=rev
Log:
Use a invalid value when initializing.
Modified:
trunk/libempathy/empathy-account-manager.c
Modified: trunk/libempathy/empathy-account-manager.c
==============================================================================
--- trunk/libempathy/empathy-account-manager.c (original)
+++ trunk/libempathy/empathy-account-manager.c Tue Jan 6 16:46:38 2009
@@ -89,7 +89,7 @@
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));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]