[Telepathy-commits] [telepathy-sofiasip/master] Fix the 'TargetID'/'target-id' property on TpsipMediaChannel
Mikhail Zabaluev
mikhail.zabaluev at nokia.com
Fri Nov 28 06:14:36 PST 2008
---
src/sip-media-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/sip-media-channel.c b/src/sip-media-channel.c
index 3e5871d..1a20624 100644
--- a/src/sip-media-channel.c
+++ b/src/sip-media-channel.c
@@ -389,7 +389,7 @@ tpsip_media_channel_get_property (GObject *object,
TpHandleRepoIface *repo = tp_base_connection_get_handles (
base_conn, TP_HANDLE_TYPE_CONTACT);
- g_value_set_string (value, tp_handle_inspect (repo, priv->initiator));
+ g_value_set_string (value, tp_handle_inspect (repo, priv->handle));
}
else
g_value_set_static_string (value, "");
--
1.5.6.5
More information about the Telepathy-commits
mailing list