diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-02-18 02:48:01 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:46:05 +0800 |
commit | a5440333ee18a3174acc2437e2ba1e30365b1bca (patch) | |
tree | ca3106c11551fa5c0dd6ba9ecec73b544fe347ff /libempathy/empathy-tp-file.c | |
parent | 5f52c3e662e717f2246f505eb590c32caca0883d (diff) | |
download | gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.gz gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.bz2 gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.lz gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.xz gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.tar.zst gsoc2013-empathy-a5440333ee18a3174acc2437e2ba1e30365b1bca.zip |
Modify EmpathyFTHandler to adapt to the changes in EmpathyTpFile API.
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 83707431a..6f794b287 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -409,10 +409,8 @@ tp_file_transferred_bytes_changed_cb (TpProxy *proxy, /* notify clients */ if (priv->progress_callback) - { - priv->progress_callback (EMPATHY_TP_FILE (weak_object), - priv->transferred_bytes, priv->size, priv->progress_user_data); - } + priv->progress_callback (EMPATHY_TP_FILE (weak_object), + priv->transferred_bytes, priv->size, priv->progress_user_data); } static void |