[telepathy-mission-control/master] Set initial connection reason to Requested

Alberto Mardegan alberto.mardegan at nokia.com
Wed Aug 26 05:37:36 PDT 2009


None_Specified is really a synonim of "generic error", but we have no error
here.
---
 src/mcd-account.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mcd-account.c b/src/mcd-account.c
index 28cb01b..e052553 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -2190,6 +2190,7 @@ mcd_account_init (McdAccount *account)
     mcd_dbus_init_interfaces_instances (account);
 
     priv->conn_status = TP_CONNECTION_STATUS_DISCONNECTED;
+    priv->conn_reason = TP_CONNECTION_STATUS_REASON_REQUESTED;
 }
 
 McdAccount *
-- 
1.5.6.5




More information about the telepathy-commits mailing list