telepathy-haze: haze_im_channel_get_property: fix a TP_SEAL error
Simon McVittie
smcv at kemper.freedesktop.org
Mon Sep 23 08:12:12 PDT 2013
Module: telepathy-haze
Branch: master
Commit: 57f23a80ecf77829a74525205036d61fd59e5904
URL: http://cgit.freedesktop.org/telepathy/telepathy-haze/commit/?id=57f23a80ecf77829a74525205036d61fd59e5904
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Tue Sep 17 16:10:56 2013 +0100
haze_im_channel_get_property: fix a TP_SEAL error
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69619
Reviewed-by: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
---
src/im-channel.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
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);
More information about the telepathy-commits
mailing list