[telepathy-qt4/master] ChannelRequest: Do not call becomeReady on constructor.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed May 6 08:02:48 PDT 2009


---
 TelepathyQt4/channel-request.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/channel-request.cpp b/TelepathyQt4/channel-request.cpp
index 0f6891a..1053b3c 100644
--- a/TelepathyQt4/channel-request.cpp
+++ b/TelepathyQt4/channel-request.cpp
@@ -104,7 +104,7 @@ ChannelRequest::Private::Private(ChannelRequest *parent)
     introspectables[FeatureCore] = introspectableCore;
 
     readinessHelper->addIntrospectables(introspectables);
-    readinessHelper->becomeReady(Features() << FeatureCore);
+    // readinessHelper->becomeReady(Features() << FeatureCore);
 }
 
 ChannelRequest::Private::~Private()
-- 
1.5.6.5




More information about the telepathy-commits mailing list