]> git.0d.be Git - empathy.git/commitdiff
Set the completed message anyway
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 18 May 2009 12:17:28 +0000 (14:17 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:53:20 +0000 (17:53 +0200)
Set the completed message anyway in the UI, as it's not guaranteed that
the hashing will take place even if use_hash is TRUE

src/empathy-ft-manager.c

index 8d10b7d2cae9e98922d79dbbfc16bc22a529b385..858b2120831b09f254240594b7d4793427d58457 100644 (file)
@@ -496,11 +496,9 @@ ft_handler_transfer_done_cb (EmpathyFTHandler *handler,
   if (empathy_ft_handler_is_incoming (handler) &&
       empathy_ft_handler_get_use_hash (handler))
     {
-      /* connect to the signal and return early */
+      /* connect to the signal */
       g_signal_connect (handler, "hashing-started",
           G_CALLBACK (ft_handler_hashing_started_cb), manager);
-
-      return;
     }
 
   do_real_transfer_done (manager, handler);