summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-08 10:42:16 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-08-08 10:42:16 +0100
commitbc29307a40767211930af2e248e5f9cb598a64d1 (patch)
tree2c200eb68fe90b342da93431cde0fc08c50c1a74
parent9c13792b7f78331b55828e6a9f7444243926ec6d (diff)
downloadtelepathy-logger-bc29307a40767211930af2e248e5f9cb598a64d1.tar.gz
text-channel: make our CORE feature depend on CHANNEL_CORE
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-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 d5a2070..bcf4db3 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_CORE;
features[FEAT_CORE].depends_on = depends_on;
/* assert that the terminator at the end is there */