summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Swindell <t.swindell@rubyx.co.uk>2013-04-18 11:58:56 +0000
committerTom Swindell <t.swindell@rubyx.co.uk>2013-04-18 11:58:56 +0000
commit3e84e28d5d123e499f1afd6fe3d6837c7380d5d8 (patch)
tree184bac31822a9f3382427673959bf4eee7376532
parent3fbdbdd558948082d3cf9094f3c1bb655b2ac41f (diff)
[telepathy-ring] Another update to media manager property usage.2.3.3
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
-rw-r--r--src/ring-media-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ring-media-manager.c b/src/ring-media-manager.c
index 2fcebeb..d6432fa 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", initiator,
+ "initiator-handle", 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,
+ "initiator-handle", handle,
"handle-type", TP_HANDLE_TYPE_CONTACT,
"handle", handle,
"peer", handle,