summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/call-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index eeb2dd9..3e76f0c 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -1058,7 +1058,7 @@ stream_prepared (GObject *src_object, GAsyncResult *res, gpointer user_data)
if (g_hash_table_iter_next (&iter, &key, &value))
{
self->has_contact = TRUE;
- self->contact_handle = GPOINTER_TO_UINT (key);
+ self->contact_handle = tp_contact_get_handle (key);
}
tp_cli_call_stream_interface_media_connect_to_sending_state_changed (