[next] telepathy-logger: text-channel: make our CORE feature depend on CHANNEL_CORE

Jonny Lamb jonny at kemper.freedesktop.org
Wed Aug 8 03:41:18 PDT 2012


Module: telepathy-logger
Branch: next
Commit: bc29307a40767211930af2e248e5f9cb598a64d1
URL:    http://cgit.freedesktop.org/telepathy/telepathy-logger/commit/?id=bc29307a40767211930af2e248e5f9cb598a64d1

Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
Date:   Wed Aug  8 10:42:16 2012 +0100

text-channel: make our CORE feature depend on CHANNEL_CORE

Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>

---

 telepathy-logger/text-channel.c |    2 +-
 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 */



More information about the telepathy-commits mailing list