[Telepathy-commits] [telepathy-salut/master] Changed state GObject property to default to 0, which is the new "undefined" state.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 21 03:46:22 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 e29437f..36b37c8 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -488,7 +488,7 @@ salut_file_channel_class_init (SalutFileChannelClass *salut_file_channel_class)
       "State of the file transfer in this channel",
       0,
       G_MAXUINT,
-      G_MAXUINT,
+      0,
       G_PARAM_CONSTRUCT |
       G_PARAM_READWRITE |
       G_PARAM_STATIC_NICK |
-- 
1.5.6.5




More information about the Telepathy-commits mailing list