[Telepathy-commits] [telepathy-haze/master] ImChannelFactory: oops, this is a factory for Text, not ContactList

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Mar 23 02:44:10 PDT 2009


---
 src/im-channel-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/im-channel-factory.c b/src/im-channel-factory.c
index f2f728e..eb5fe54 100644
--- a/src/im-channel-factory.c
+++ b/src/im-channel-factory.c
@@ -560,7 +560,7 @@ haze_im_channel_factory_foreach_channel_class (TpChannelManager *manager,
     GValue *value;
 
     value = tp_g_value_slice_new (G_TYPE_STRING);
-    g_value_set_static_string (value, TP_IFACE_CHANNEL_TYPE_CONTACT_LIST);
+    g_value_set_static_string (value, TP_IFACE_CHANNEL_TYPE_TEXT);
     g_hash_table_insert (table, TP_IFACE_CHANNEL ".ChannelType", value);
 
     value = tp_g_value_slice_new (G_TYPE_UINT);
-- 
1.5.6.5




More information about the telepathy-commits mailing list