From 57f23a80ecf77829a74525205036d61fd59e5904 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 17 Sep 2013 16:10:56 +0100 Subject: haze_im_channel_get_property: fix a TP_SEAL error Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69619 Reviewed-by: Guillaume Desmottes --- src/im-channel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/im-channel.c b/src/im-channel.c index bd74baa..d17b4b2 100644 --- a/src/im-channel.c +++ b/src/im-channel.c @@ -466,7 +466,8 @@ haze_im_channel_get_property (GObject *object, } case PROP_REQUESTED: g_value_set_boolean (value, - (priv->initiator == base_conn->self_handle)); + (priv->initiator == + tp_base_connection_get_self_handle (base_conn))); break; case PROP_CONNECTION: g_value_set_object (value, priv->conn); -- cgit v1.2.1