[telepathy-gabble/master] 'keepalive-interval' should be CONSTRUCT not _ONLY
Will Thompson
will.thompson at collabora.co.uk
Mon Jun 29 04:10:32 PDT 2009
Reviewed-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
---
src/connection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/connection.c b/src/connection.c
index 8889867..619dd6f 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -815,7 +815,7 @@ gabble_connection_class_init (GabbleConnectionClass *gabble_connection_class)
"keepalive-interval", "keepalive interval",
"Seconds between keepalive packets, or 0 to disable",
0, G_MAXUINT, 30,
- G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
+ G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
gabble_connection_class->properties_class.interfaces = prop_interfaces;
tp_dbus_properties_mixin_class_init (object_class,
--
1.5.6.5
More information about the telepathy-commits
mailing list