diff options
-rw-r--r-- | libempathy/empathy-tp-file.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 34f570f45..c21d780f9 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -753,6 +753,9 @@ tp_file_method_cb (TpProxy *proxy, tp_file->priv->unix_socket_path = g_value_dup_string (address); DEBUG ("Got unix socket path: %s", tp_file->priv->unix_socket_path); + + if (tp_file->priv->state == EMP_FILE_TRANSFER_STATE_OPEN) + tp_file_start_transfer (tp_file); } /** |