summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Swindell <t.swindell@rubyx.co.uk>2013-04-15 09:28:56 +0000
committerTom Swindell <t.swindell@rubyx.co.uk>2013-04-15 09:28:56 +0000
commit588d729a545242c6a8414a8a86b4fa5814fa1e29 (patch)
tree4c896ff5fce04ee7c71aeb183129d3ebc8d4df46
parent66dc9f9acfec2523a99a7d810d83d9122d13b63d (diff)
Updated ring media manager properties2.3.0
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
-rw-r--r--src/ring-media-manager.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ring-media-manager.c b/src/ring-media-manager.c
index 1eccecd..2fcebeb 100644
--- a/src/ring-media-manager.c
+++ b/src/ring-media-manager.c
@@ -878,7 +878,7 @@ ring_media_manager_outgoing_call(RingMediaManager *self,
"connection", priv->connection,
"tones", priv->tones,
"object-path", object_path,
- "initiator-handle", initiator,
+ "initiator", initiator,
"handle-type", htype,
"handle", target,
"peer", target,
@@ -988,7 +988,7 @@ on_modem_call_incoming(ModemCallService *call_service,
"connection", priv->connection,
"tones", priv->tones,
"object-path", object_path,
- "initiator-handle", handle,
+ "initiator", handle,
"handle-type", TP_HANDLE_TYPE_CONTACT,
"handle", handle,
"peer", handle,
@@ -1052,8 +1052,6 @@ on_modem_call_created(ModemCallService *call_service,
"connection", priv->connection,
"tones", priv->tones,
"object-path", object_path,
- "initiator-handle", tp_base_connection_get_self_handle(
- TP_BASE_CONNECTION(priv->connection)),
"handle-type", TP_HANDLE_TYPE_CONTACT,
"handle", handle,
"peer", handle,