diff src/gtk/transfer.c @ 2:a171df6764a7

* Fixed crash if you was already transfering a file, and you started another transfer, and if you hit cancel at the Overwrite/Resume/Skip dialog * When we connect to a remote server, don't change the hostname to the PTR record of the hostname * Put all of the ext= lines back in the default gftprc file * Dutch updates (from Myckel Habets <myckelhabets@netscape.net>) * Spanish updates (from Gustavo D. Vranjes <gvranjes@softhome.net>)
author masneyb
date Mon, 05 Aug 2002 20:00:02 +0000
parents 8b1883341c6f
children 5551ab2301fe
line wrap: on
line diff
--- a/src/gtk/transfer.c	Mon Aug 05 19:46:57 2002 +0000
+++ b/src/gtk/transfer.c	Mon Aug 05 20:00:02 2002 +0000
@@ -1160,7 +1160,7 @@
       transfer_in_progress--;
     }
 
-  if (!tdata->show)
+  if (!tdata->show && tdata->started)
     {
       transdata = gtk_ctree_node_get_row_data (GTK_CTREE (dlwdw), tdata->node);
       if (transdata != NULL)