summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-20 17:44:42 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-20 17:44:42 -0500
commit8e0e122cdd12f01b9abb4e0ba0c1ab7b59397e14 (patch)
tree34814d23801829cc6a6af7110247cbc538a74269
parent7d56e7b4b3c801a5ef5e9f88fc34c84656e0aa0d (diff)
downloadtelepathy-farstream-8e0e122cdd12f01b9abb4e0ba0c1ab7b59397e14.tar.gz
Connect to correct object
-rw-r--r--telepathy-farstream/call-content.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c
index 8a5b4b6..04095bb 100644
--- a/telepathy-farstream/call-content.c
+++ b/telepathy-farstream/call-content.c
@@ -1371,12 +1371,12 @@ setup_content_audio_control (TfCallContent *self,
{
GError *error = NULL;
- if (tp_cli_dbus_properties_connect_to_properties_changed (self,
+ if (tp_cli_dbus_properties_connect_to_properties_changed (self->proxy,
on_content_audio_control_properties_changed,
NULL, NULL, NULL, &error) == NULL)
goto connect_failed;
- tp_cli_dbus_properties_call_get_all (self, -1,
+ tp_cli_dbus_properties_call_get_all (self->proxy, -1,
TP_IFACE_CALL_CONTENT_INTERFACE_AUDIO_CONTROL,
got_content_audio_control_properties, res, NULL, NULL);