[empathy/next: 11/11] TP_CHANNEL_FEATURE_CONTACTS has been removed
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy/next: 11/11] TP_CHANNEL_FEATURE_CONTACTS has been removed
- Date: Thu, 24 Oct 2013 16:16:24 +0000 (UTC)
commit 04341b62048e815cf439fc2c4361698dd1dcf085
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Oct 24 18:15:03 2013 +0200
TP_CHANNEL_FEATURE_CONTACTS has been removed
libempathy/empathy-tp-chat.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 718082e..c6916c1 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -967,14 +967,13 @@ static const TpProxyFeature *
tp_chat_list_features (TpProxyClass *cls G_GNUC_UNUSED)
{
static TpProxyFeature features[N_FEAT + 1] = { { 0 } };
- static GQuark need[3] = {0, 0, 0};
+ static GQuark need[2] = {0, 0};
if (G_LIKELY (features[0].name != 0))
return features;
features[FEAT_READY].name = EMPATHY_TP_CHAT_FEATURE_READY;
need[0] = TP_TEXT_CHANNEL_FEATURE_INCOMING_MESSAGES;
- need[1] = TP_CHANNEL_FEATURE_CONTACTS;
features[FEAT_READY].depends_on = need;
features[FEAT_READY].prepare_async =
tp_chat_prepare_ready_async;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]