[Telepathy-commits] [telepathy-gabble/master] Pass TpDeliveryReportSupportFlags=0 to tp_message_mixin_implement_sending
Will Thompson
will.thompson at collabora.co.uk
Tue Feb 3 06:34:49 PST 2009
---
src/im-channel.c | 2 +-
src/muc-channel.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/im-channel.c b/src/im-channel.c
index 1f9a2c8..c003777 100644
--- a/src/im-channel.c
+++ b/src/im-channel.c
@@ -166,7 +166,7 @@ gabble_im_channel_constructor (GType type, guint n_props,
conn);
tp_message_mixin_implement_sending (obj, _gabble_im_channel_send_message,
- NUM_SUPPORTED_MESSAGE_TYPES, types, 0, supported_content_types);
+ NUM_SUPPORTED_MESSAGE_TYPES, types, 0, 0, supported_content_types);
return obj;
}
diff --git a/src/muc-channel.c b/src/muc-channel.c
index fcefe9a..8f7ca62 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -366,7 +366,7 @@ gabble_muc_channel_constructor (GType type, guint n_props,
tp_message_mixin_init (obj, G_STRUCT_OFFSET (GabbleMucChannel, message_mixin),
conn);
tp_message_mixin_implement_sending (obj, gabble_muc_channel_send,
- NUM_SUPPORTED_MESSAGE_TYPES, types, 0, supported_content_types);
+ NUM_SUPPORTED_MESSAGE_TYPES, types, 0, 0, supported_content_types);
tp_group_mixin_add_handle_owner (obj, self_handle, conn->self_handle);
--
1.5.6.5
More information about the telepathy-commits
mailing list