diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-03-23 16:11:16 +0000 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-07-17 16:39:55 +0200 |
commit | 608d52db1edd0eab8e74f1447a486ebe78245f31 (patch) | |
tree | 6e1f09573ee7a4d7efdf8dfdf666de4be3092b60 /tubes | |
parent | a210def83b6e9cdab90222f1d39d8a25cbac4a90 (diff) |
ContactList: ask for avatar data for our contacts
Diffstat (limited to 'tubes')
-rw-r--r-- | tubes/source/contact-list.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tubes/source/contact-list.cxx b/tubes/source/contact-list.cxx index 317f5d723677..c74a95009c71 100644 --- a/tubes/source/contact-list.cxx +++ b/tubes/source/contact-list.cxx @@ -59,6 +59,7 @@ ContactList::ContactList(TpAccountManager *pAccountManager) */ tp_simple_client_factory_add_contact_features_varargs (factory, TP_CONTACT_FEATURE_ALIAS, + TP_CONTACT_FEATURE_AVATAR_DATA, TP_CONTACT_FEATURE_CAPABILITIES, TP_CONTACT_FEATURE_INVALID); } |