diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-04-08 10:54:04 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-04-08 10:54:04 +0100 |
commit | 7d8704d1b5a5451f1013039083bd85139d89b6f3 (patch) | |
tree | 27178f20e540d5af9ba807a903f1ddc6da58c2e4 /src | |
parent | 9f5d6ceda3e7e01d589ed8e2dd88918707fc444c (diff) |
Roomlist: use Text interface constant
Diffstat (limited to 'src')
-rw-r--r-- | src/idle-roomlist-channel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idle-roomlist-channel.c b/src/idle-roomlist-channel.c index ca6f904..424ed06 100644 --- a/src/idle-roomlist-channel.c +++ b/src/idle-roomlist-channel.c @@ -349,7 +349,7 @@ _rpl_list_handler (IdleParser *parser, dbus_g_type_struct_set (&room, 0, room_handle, - 1, "org.freedesktop.Telepathy.Channel.Type.Text", + 1, TP_IFACE_CHANNEL_TYPE_TEXT, 2, keys, G_MAXUINT); |