aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-18 20:06:14 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-19 15:26:26 +0800
commitc428f8a475111473ea9a9dc246ca1d2312f41d8c (patch)
tree33b8cc409532221bb4ad53a9fc0a9e40a698ecc6 /libempathy
parent8b69b96e01c9b11ac779dcce99c21a1aa7fba7a3 (diff)
downloadgsoc2013-empathy-c428f8a475111473ea9a9dc246ca1d2312f41d8c.tar
gsoc2013-empathy-c428f8a475111473ea9a9dc246ca1d2312f41d8c.tar.gz
gsoc2013-empathy-c428f8a475111473ea9a9dc246ca1d2312f41d8c.tar.bz2
gsoc2013-empathy-c428f8a475111473ea9a9dc246ca1d2312f41d8c.tar.lz
gsoc2013-empathy-c428f8a475111473ea9a9dc246ca1d2312f41d8c.tar.xz
gsoc2013-empathy-c428f8a475111473ea9a9dc246ca1d2312f41d8c.tar.zst
gsoc2013-empathy-c428f8a475111473ea9a9dc246ca1d2312f41d8c.zip
contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_INFO
https://bugzilla.gnome.org/show_bug.cgi?id=656831
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-client-factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c
index 56e16629f..200ea5fe2 100644
--- a/libempathy/empathy-client-factory.c
+++ b/libempathy/empathy-client-factory.c
@@ -143,6 +143,9 @@ empathy_client_factory_dup_connection_features (TpSimpleClientFactory *factory,
feature = TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS;
g_array_append_val (features, feature);
+ feature = TP_CONNECTION_FEATURE_CONTACT_INFO;
+ g_array_append_val (features, feature);
+
return features;
}