[telepathy-gabble/master] initial-offset property has to be construct-only
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Mar 27 08:03:04 PDT 2009
---
src/file-transfer-channel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/file-transfer-channel.c b/src/file-transfer-channel.c
index ea66795..c3371e7 100644
--- a/src/file-transfer-channel.c
+++ b/src/file-transfer-channel.c
@@ -709,6 +709,7 @@ gabble_file_transfer_channel_class_init (
0,
G_MAXUINT64,
0,
+ G_PARAM_CONSTRUCT_ONLY |
G_PARAM_READWRITE |
G_PARAM_STATIC_NICK |
G_PARAM_STATIC_BLURB);
--
1.5.6.5
More information about the telepathy-commits
mailing list