diff options
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 0d1a47a39..1dfa35b6e 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -716,7 +716,6 @@ receive_tp_file (EmpathyTpFile *tp_file) g_object_unref (socket_stream); } - static void send_tp_file (EmpathyTpFile *tp_file) { @@ -774,7 +773,7 @@ tp_file_state_changed_cb (DBusGProxy *tp_file_iface, send_tp_file (tp_file); else if (state == EMP_FILE_TRANSFER_STATE_OPEN && priv->incoming && priv->out_stream) - receive_tp_file (tp_file); + receive_tp_file (tp_file); priv->state = state; priv->state_change_reason = reason; |