[Telepathy-commits] [telepathy-qt4/master] Added missing call to continueIntrospection on CM.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Dec 23 06:02:46 PST 2008


Added missing call to continueIntrospection on CM so it doesn't get stuck when
no manager file is found.
---
 TelepathyQt4/cli-connection-manager.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/TelepathyQt4/cli-connection-manager.cpp b/TelepathyQt4/cli-connection-manager.cpp
index 626cf18..429ffd8 100644
--- a/TelepathyQt4/cli-connection-manager.cpp
+++ b/TelepathyQt4/cli-connection-manager.cpp
@@ -262,6 +262,8 @@ void ConnectionManager::Private::callReadConfig()
         introspectQueue.enqueue(&Private::callGetAll);
         introspectQueue.enqueue(&Private::callListProtocols);
     }
+
+    parent->continueIntrospection();
 }
 
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list