[Telepathy-commits] [telepathy-salut/master] Added back code to execute when setting "direction" GObject property, which needs to be set by the constructor.

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


20080722134255-8ed0e-37f58dfad9943dfcc6bf614e0caa3ebab5dcf64c.gz
---
 src/salut-file-channel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/salut-file-channel.c b/src/salut-file-channel.c
index 8fb016e..bdf4ab5 100644
--- a/src/salut-file-channel.c
+++ b/src/salut-file-channel.c
@@ -279,6 +279,7 @@ salut_file_channel_set_property (GObject *object,
         self->priv->transferred_bytes = g_value_get_uint64 (value);
         break;
       case PROP_DIRECTION:
+        self->priv->direction = g_value_get_uint (value);
         break;
       case PROP_CONTENT_TYPE:
         /* This should not be writeable with the new request API */
-- 
1.5.6.5




More information about the Telepathy-commits mailing list