diff options
-rw-r--r-- | libempathy/empathy-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index ede7cc305..ecccb04a1 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -820,7 +820,7 @@ empathy_send_file (EmpathyContact *contact, EMP_IFACE_CHANNEL_TYPE_FILE, TP_HANDLE_TYPE_CONTACT, handle, - FALSE, + TRUE, &object_path, &error, NULL)) { |