]> git.0d.be Git - empathy.git/blobdiff - nautilus-sendto-plugin/empathy-nautilus-sendto.c
pass to proper user action time when requesting an outgoing FT
[empathy.git] / nautilus-sendto-plugin / empathy-nautilus-sendto.c
index c480e02f7d541538f2846e84d9d1624c81af75f1..cce55f8a0f1218300841a689a4d4cb9159715505 100644 (file)
@@ -210,7 +210,7 @@ send_files (NstPlugin *plugin,
       ++transfers;
 
       empathy_ft_factory_new_transfer_outgoing (factory,
-          contact, file);
+          contact, file, empathy_get_current_action_time ());
 
       g_object_unref (file);
     }