diff src/gtk/transfer.c @ 278:3bc63e3dbe12

2003-10-2 Brian Masney <masneyb@gftp.org> * lib/rfc959.c - fixed rename bug (from Aurelien Jarno <aurel32@debian.org>) * src/gtk/gftp-gtk.c - make the help menu left aligned so that it is more consistent with other GNOME apps (from Miguel Ibarra <mibarra@ximian.com>) * src/gtk/transfer.c - right after the pointer to the next transfer is moved, set the current transfer size back to 0. The user could briefly (< 1 sec) see the old size transfered on the next file.
author masneyb
date Thu, 02 Oct 2003 09:50:20 +0000
parents 4610d25d4abb
children 4747f621b79b
line wrap: on
line diff
--- a/src/gtk/transfer.c	Tue Sep 23 04:15:18 2003 +0000
+++ b/src/gtk/transfer.c	Thu Oct 02 09:50:20 2003 +0000
@@ -755,6 +755,7 @@
         }
 
       g_static_mutex_lock (&transfer->structmutex);
+      transfer->curtrans = 0;
       transfer->next_file = 1;
       curfle->transfer_done = 1;
       transfer->curfle = transfer->curfle->next;