aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-file.c b/libempathy/empathy-file.c
index ffab4d2ea..491cf87cb 100644
--- a/libempathy/empathy-file.c
+++ b/libempathy/empathy-file.c
@@ -898,9 +898,9 @@ empathy_file_cancel (EmpathyFile *file)
priv = GET_PRIV (file);
- g_cancellable_cancel (priv->cancellable);
-
tp_cli_channel_run_close (priv->channel, -1, NULL, NULL);
+
+ g_cancellable_cancel (priv->cancellable);
}
void