[Telepathy-commits] [telepathy-mission-control/master] The FUTURE interface doesn't really exist

Alberto Mardegan alberto.mardegan at nokia.com
Mon Nov 17 00:05:27 PST 2008


The Requested channel property is not really on the FUTURE interface (which
doesn't exist), but on the plain channel one.
---
 src/mcd-connection.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index 079a50c..96c0b9f 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -1325,8 +1325,7 @@ on_new_channels (TpConnection *proxy, const GPtrArray *channels,
         props = g_value_get_boxed (va->values + 1);
 
         /* Don't do anything for requested channels */
-        value = g_hash_table_lookup (props,
-            "org.freedesktop.Telepathy.Channel.FUTURE.Requested");
+        value = g_hash_table_lookup (props, TP_IFACE_CHANNEL ".Requested");
         if (value && g_value_get_boolean (value))
             continue;
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list