[Telepathy-commits] [telepathy-salut/master] Fixed typo in property setter.

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


20080721193141-8ed0e-910724afe396cb09945ec8c2278b69f30056f78b.gz
---
 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 fdc7752..1334cd5 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -274,7 +274,7 @@ salut_file_channel_set_property (GObject *object,
                                       SALUT_FILE_TRANSFER_STATE_CHANGE_REASON_NONE);
         break;
       case PROP_TRANSFERRED_BYTES:
-        self->priv->state = g_value_get_uint64 (value);
+        self->priv->transferred_bytes = g_value_get_uint64 (value);
         break;
       case PROP_DIRECTION:
         /* TODO: the new request API will remove the need for this property */
-- 
1.5.6.5




More information about the Telepathy-commits mailing list