[telepathy-qt4/master] Fixed bug 20269: Channel's Contact objects should initially have no features.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Fri Jul 24 08:48:57 PDT 2009


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

diff --git a/TelepathyQt4/channel.cpp b/TelepathyQt4/channel.cpp
index 2368c3d..dfe9737 100644
--- a/TelepathyQt4/channel.cpp
+++ b/TelepathyQt4/channel.cpp
@@ -659,10 +659,7 @@ void Channel::Private::buildContacts()
     }
 
     PendingContacts *pendingContacts = manager->contactsForHandles(
-            toBuild,
-            QSet<Contact::Feature>() << Contact::FeatureAlias
-                                     << Contact::FeatureAvatarToken
-                                     << Contact::FeatureSimplePresence);
+            toBuild);
     parent->connect(pendingContacts,
             SIGNAL(finished(Tp::PendingOperation *)),
             SLOT(gotContacts(Tp::PendingOperation *)));
-- 
1.5.6.5




More information about the telepathy-commits mailing list