aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2008-11-22 00:15:28 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-11-22 00:15:28 +0800
commit2e207fd6076574f895026a611abe9188332dd81c (patch)
treee7d60f7cb18938bfa1ec90bd04ed95e44c42362b /libempathy
parent93085e517cbf81134ecba835db3fd2b7821e262e (diff)
downloadgsoc2013-empathy-2e207fd6076574f895026a611abe9188332dd81c.tar
gsoc2013-empathy-2e207fd6076574f895026a611abe9188332dd81c.tar.gz
gsoc2013-empathy-2e207fd6076574f895026a611abe9188332dd81c.tar.bz2
gsoc2013-empathy-2e207fd6076574f895026a611abe9188332dd81c.tar.lz
gsoc2013-empathy-2e207fd6076574f895026a611abe9188332dd81c.tar.xz
gsoc2013-empathy-2e207fd6076574f895026a611abe9188332dd81c.tar.zst
gsoc2013-empathy-2e207fd6076574f895026a611abe9188332dd81c.zip
Fixed small coding style issue. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=1763
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-file.c b/libempathy/empathy-file.c
index 0c0d0dd51..ffab4d2ea 100644
--- a/libempathy/empathy-file.c
+++ b/libempathy/empathy-file.c
@@ -750,9 +750,7 @@ file_state_changed_cb (DBusGProxy *file_iface,
else if (state == EMP_FILE_TRANSFER_STATE_OPEN &&
priv->direction == EMP_FILE_TRANSFER_DIRECTION_INCOMING &&
priv->out_stream)
- {
receive_file (file);
- }
priv->state = state;
priv->state_change_reason = reason;