summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-27 14:30:25 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-30 14:06:47 +0200
commit17a57522113faf0a5512746dd21c9a4c51109716 (patch)
tree57214ab1d2879e3417355658dc191928cc7c39f1
parent9beb8e42b482d6119a02c679d0a8882096c55e40 (diff)
downloadtelepathy-logger-17a57522113faf0a5512746dd21c9a4c51109716.tar.gz
TP_CHANNEL_FEATURE_CONTACTS has been removed
CORE is enough.
-rw-r--r--telepathy-logger/text-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/text-channel.c b/telepathy-logger/text-channel.c
index f30096d..1444df9 100644
--- a/telepathy-logger/text-channel.c
+++ b/telepathy-logger/text-channel.c
@@ -598,7 +598,7 @@ tpl_text_channel_list_features (TpProxyClass *cls G_GNUC_UNUSED)
features[FEAT_CORE].name = TPL_TEXT_CHANNEL_FEATURE_CORE;
features[FEAT_CORE].prepare_async = _tpl_text_channel_prepare_core_async;
depends_on[0] = TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES;
- depends_on[1] = TP_CHANNEL_FEATURE_CONTACTS;
+ depends_on[1] = TP_CHANNEL_FEATURE_GROUP;
features[FEAT_CORE].depends_on = depends_on;
/* assert that the terminator at the end is there */