diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-10 12:07:58 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-11-11 10:50:53 +0000 |
commit | f0c85a8e62ace68b21401b27827db681032eb4be (patch) | |
tree | 771092c07fae4dd0a806dc4b45215355562f0f38 | |
parent | f6a02a0c92074d3b879e1f709264ef42fed5f178 (diff) |
ft-channel: remove absolutely rogue new line
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | telepathy-glib/file-transfer-channel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/telepathy-glib/file-transfer-channel.c b/telepathy-glib/file-transfer-channel.c index 6ad9552f9..9dfa72448 100644 --- a/telepathy-glib/file-transfer-channel.c +++ b/telepathy-glib/file-transfer-channel.c @@ -182,7 +182,6 @@ operation_failed (TpFileTransferChannel *self, GError *error) { g_simple_async_result_take_error (self->priv->result, error); - g_simple_async_result_complete (self->priv->result); tp_clear_object (&self->priv->result); } |