[Telepathy-commits] [telepathy-mission-control/master] Fix typo: TargetID should be InitiatorID

Alberto Mardegan alberto.mardegan at nokia.com
Mon Feb 2 00:00:19 PST 2009


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

diff --git a/src/mcd-channel.c b/src/mcd-channel.c
index 7de540a..8a7ee62 100644
--- a/src/mcd-channel.c
+++ b/src/mcd-channel.c
@@ -808,7 +808,8 @@ mcd_channel_get_inviter (McdChannel *channel)
     {
         properties = tp_channel_borrow_immutable_properties (priv->tp_chan);
         if (properties)
-            return tp_asv_get_string (properties, TP_IFACE_CHANNEL ".TargetID");
+            return tp_asv_get_string (properties,
+                                      TP_IFACE_CHANNEL ".InitiatorID");
     }
     return NULL;
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list