[Telepathy-commits] [telepathy-salut/master] More changes from uint to uint64.

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


20080721192810-8ed0e-f09a3630d725d44492cce0331c9178bef502a248.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 e8db54a..549d8ff 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -203,10 +203,10 @@ salut_file_channel_get_property (GObject    *object,
         g_value_set_string (value, self->priv->filename);
         break;
       case PROP_SIZE:
-        g_value_set_uint (value, self->priv->size);
+        g_value_set_uint64 (value, self->priv->size);
         break;
       case PROP_ESTIMATED_SIZE:
-        g_value_set_uint (value, self->priv->estimated_size);
+        g_value_set_uint64 (value, self->priv->estimated_size);
         break;
       case PROP_CONTENT_MD5:
         g_value_set_string (value, self->priv->content_md5);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list