From c428f8a475111473ea9a9dc246ca1d2312f41d8c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 18 Aug 2011 14:06:14 +0200 Subject: contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_INFO https://bugzilla.gnome.org/show_bug.cgi?id=656831 --- libempathy/empathy-client-factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy') 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; } -- cgit v1.2.3