]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.c
pass to proper user action time when requesting an outgoing FT
[empathy.git] / libempathy-gtk / empathy-ui-utils.c
index d5f63c9e0281271dd3b2a7908603aa5cf2c40c5c..3fde9e3e15d48407987470199c74da24b5680816 100644 (file)
@@ -1759,7 +1759,8 @@ empathy_send_file (EmpathyContact *contact, GFile *file)
 
        factory = empathy_ft_factory_dup_singleton ();
 
-       empathy_ft_factory_new_transfer_outgoing (factory, contact, file);
+       empathy_ft_factory_new_transfer_outgoing (factory, contact, file,
+               empathy_get_current_action_time ());
 
        uri = g_file_get_uri (file);
        manager = gtk_recent_manager_get_default ();