[Telepathy-commits] [telepathy-qt4/master] Connection: Fixed check for missing features.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Mon Mar 2 19:50:24 PST 2009
---
TelepathyQt4/Client/connection.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Client/connection.cpp b/TelepathyQt4/Client/connection.cpp
index 49f6579..098e9ab 100644
--- a/TelepathyQt4/Client/connection.cpp
+++ b/TelepathyQt4/Client/connection.cpp
@@ -851,7 +851,7 @@ void Connection::gotSelfContact(PendingOperation *op)
// check if the feature is already there, and for some reason introspectSelfContact
// failed when called the second time
- if (!mPriv->readinessHelper->actualFeatures().contains(FeatureSelfContact)) {
+ if (!mPriv->readinessHelper->missingFeatures().contains(FeatureSelfContact)) {
mPriv->readinessHelper->setIntrospectCompleted(FeatureSelfContact, false);
}
}
--
1.5.6.5
More information about the telepathy-commits
mailing list