[telepathy-mission-control/master] Reset the transport when disconnected.
Alberto Mardegan
alberto.mardegan at nokia.com
Tue Jun 16 03:37:31 PDT 2009
---
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 b891676..fc938f1 100644
--- a/src/mcd-account.c
+++ b/src/mcd-account.c
@@ -2866,6 +2866,7 @@ _mcd_account_set_connection (McdAccount *account, McdConnection *connection)
else
{
priv->conn_status = TP_CONNECTION_STATUS_DISCONNECTED;
+ priv->transport = NULL;
}
}
--
1.5.6.5
More information about the telepathy-commits
mailing list