From 7cbbd2ee8253dfd69994d83e0dfe1a63c7ca4fd0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 18 Aug 2011 12:29:27 +0200 Subject: avatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS https://bugzilla.gnome.org/show_bug.cgi?id=656831 --- libempathy/empathy-client-factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-client-factory.c') diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index 37ad18ff5..56e16629f 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -140,6 +140,9 @@ empathy_client_factory_dup_connection_features (TpSimpleClientFactory *factory, feature = TP_CONNECTION_FEATURE_CAPABILITIES; g_array_append_val (features, feature); + feature = TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS; + g_array_append_val (features, feature); + return features; } -- cgit v1.2.3