[Telepathy-commits] [telepathy-salut/master] Fixed transferred-bytes write access.
Jonny Lamb
jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:28 PST 2008
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
src/salut-file-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 92c4acd..38be3f0 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -572,7 +572,7 @@ salut_file_channel_class_init (SalutFileChannelClass *salut_file_channel_class)
0,
G_MAXUINT64,
0,
- G_PARAM_READWRITE |
+ G_PARAM_READABLE |
G_PARAM_STATIC_NICK |
G_PARAM_STATIC_BLURB);
g_object_class_install_property (object_class, PROP_TRANSFERRED_BYTES, param_spec);
--
1.5.6.5
More information about the Telepathy-commits
mailing list