summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Swindell <t.swindell@rubyx.co.uk>2013-04-18 11:05:50 +0000
committerTom Swindell <t.swindell@rubyx.co.uk>2013-04-18 11:05:50 +0000
commitf140b9ac400a526c86b3f255b2eafd8ea34d58eb (patch)
tree569c58632d6263af79828cbf6280d3dd27ad42af
parent588d729a545242c6a8414a8a86b4fa5814fa1e29 (diff)
[telepathy-ring] Fixed bug in ring-media-manager.c with wrong prop2.3.1
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
-rw-r--r--rpm/telepathy-ring.changes3
-rw-r--r--src/ring-media-manager.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/rpm/telepathy-ring.changes b/rpm/telepathy-ring.changes
index 8fd5855..6611faa 100644
--- a/rpm/telepathy-ring.changes
+++ b/rpm/telepathy-ring.changes
@@ -1,3 +1,6 @@
+* Mon Apr 15 2013 Tom Swindell <tom.swindell@jollamobile.com> - 2.3.0
+- Updated ring media manager properties specification
+
* Wed Dec 05 2012 John Brooks <john.brooks@jollamobile.com> - 2.2.1
- Added always_dispatch flag for account to stay connected when not online
diff --git a/src/ring-media-manager.c b/src/ring-media-manager.c
index 2fcebeb..4ebb251 100644
--- a/src/ring-media-manager.c
+++ b/src/ring-media-manager.c
@@ -1052,6 +1052,8 @@ on_modem_call_created(ModemCallService *call_service,
"connection", priv->connection,
"tones", priv->tones,
"object-path", object_path,
+ "initiator", tp_base_connection_get_self_handle(
+ TP_BASE_CONNECTION(priv->connection)),
"handle-type", TP_HANDLE_TYPE_CONTACT,
"handle", handle,
"peer", handle,