[Telepathy-commits] [telepathy-mission-control/master] Add TODO comment

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


---
 src/mcd-connection.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/mcd-connection.c b/src/mcd-connection.c
index f15c552..079a50c 100644
--- a/src/mcd-connection.c
+++ b/src/mcd-connection.c
@@ -2108,8 +2108,9 @@ request_channel_cb (TpConnection *proxy, const gchar *channel_path,
         mcd_mission_abort ((McdMission *)channel);
 	return;
     }
-    
-    /* Everything here is well and fine. We can create the channel. */
+
+    /* TODO: construct the a{sv} of immutable properties */
+    /* Everything here is well and fine. We can create the channel proxy. */
     if (!mcd_channel_set_object_path (channel, priv->tp_conn, channel_path))
     {
         mcd_mission_abort ((McdMission *)channel);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list