summaryrefslogtreecommitdiff
path: root/src/im-channel-factory.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-08 14:26:17 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-01-08 14:26:24 +0000
commit12cd6c4e3b6b44abdf802356c48f11daa724fdc9 (patch)
tree01444059f54bbba851ea25bb651cf4693adc93dd /src/im-channel-factory.c
parented988b3f3a22dbb850fe5f8c36d2b1dd8022e33c (diff)
ImChannelFactory: oops, this is a factory for Text, not ContactList
Diffstat (limited to 'src/im-channel-factory.c')
-rw-r--r--src/im-channel-factory.c2
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);