]> git.0d.be Git - empathy.git/commitdiff
client-factory: prepare TP_CHANNEL_FEATURE_CONTACTS
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 2 May 2012 08:50:14 +0000 (10:50 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Thu, 3 May 2012 08:53:34 +0000 (10:53 +0200)
We are about to use the channel-contacts API so best to make sure they will
work.

https://bugzilla.gnome.org/show_bug.cgi?id=675229

libempathy/empathy-client-factory.c

index 2a85594410daeae3c557fceda61484c3e4410193..9135562fbd02c73f689663a0183f347b20d5f1cc 100644 (file)
@@ -66,6 +66,9 @@ empathy_client_factory_dup_channel_features (TpSimpleClientFactory *factory,
 
   features = chainup->dup_channel_features (factory, channel);
 
+  feature = TP_CHANNEL_FEATURE_CONTACTS;
+  g_array_append_val (features, feature);
+
   if (EMPATHY_IS_TP_CHAT (channel))
     {
       feature = TP_CHANNEL_FEATURE_CHAT_STATES;