[Telepathy-commits] [telepathy-salut/master] Changed direction and state default values to values not actually in use.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:13 PST 2008


20080723111038-8ed0e-e62de42176e20a9747191274f75518e74d5be627.gz
---
 src/salut-file-channel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 78cb30e..b935e32 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -469,7 +469,7 @@ salut_file_channel_class_init (SalutFileChannelClass *salut_file_channel_class)
       "Direction of the file transfer",
       0,
       G_MAXUINT,
-      0,
+      G_MAXUINT,
       G_PARAM_CONSTRUCT_ONLY |
       G_PARAM_READWRITE |
       G_PARAM_STATIC_NICK |
@@ -482,7 +482,7 @@ salut_file_channel_class_init (SalutFileChannelClass *salut_file_channel_class)
       "State of the file transfer in this channel",
       0,
       G_MAXUINT,
-      0,
+      G_MAXUINT,
       G_PARAM_CONSTRUCT |
       G_PARAM_READWRITE |
       G_PARAM_STATIC_NICK |
-- 
1.5.6.5




More information about the Telepathy-commits mailing list