summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);