[telepathy-sofiasip/master] Allow self handle removal from call channels at all times
Mikhail Zabaluev
mikhail.zabaluev at nokia.com
Wed Apr 8 03:08:55 PDT 2009
We needed a tp_group_mixin_class_allow_self_removal() call.
---
src/sip-media-channel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/sip-media-channel.c b/src/sip-media-channel.c
index 00da7f7..623e7c6 100644
--- a/src/sip-media-channel.c
+++ b/src/sip-media-channel.c
@@ -350,6 +350,7 @@ tpsip_media_channel_class_init (TpsipMediaChannelClass *klass)
G_STRUCT_OFFSET (TpsipMediaChannelClass, group_class),
_tpsip_media_channel_add_member,
NULL);
+ tp_group_mixin_class_allow_self_removal (object_class);
tp_group_mixin_class_set_remove_with_reason_func(object_class,
tpsip_media_channel_remove_with_reason);
tp_group_mixin_init_dbus_properties (object_class);
--
1.5.6.5
More information about the telepathy-commits
mailing list