diff src/gtk/transfer.c @ 470:a68273d9725a

2004-5-16 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c src/gtk/gftp-gtk.h src/gtk/transfer.c - fixed detection of SIGCHLD when viewing/editing a file (from Aurelien Jarno <aurelien@aurel32.net>) * src/gtk/gtkui.c - expand the path on the client side when changing the remote directory (i.e. CHDIR /home/.. becomes /home) (from Aurelien Jarno <aurelien@aurel32.net>)
author masneyb
date Sun, 16 May 2004 13:34:02 +0000
parents 39d9cf1bf0df
children 937f2b75bbee
line wrap: on
line diff
--- a/src/gtk/transfer.c	Sun May 16 12:52:12 2004 +0000
+++ b/src/gtk/transfer.c	Sun May 16 13:34:02 2004 +0000
@@ -297,7 +297,7 @@
   char *str;
   pid_t pid;
 
-  viewedit_process_done = 0;
+  gftpui_common_child_process_done = 0;
   while ((pid = waitpid (-1, &ret, WNOHANG)) > 0)
     {
       curdata = viewedit_processes;
@@ -779,7 +779,7 @@
   if (window2.request->gotbytes != 0)
     update_window_transfer_bytes (&window2);
 
-  if (viewedit_process_done)
+  if (gftpui_common_child_process_done)
     check_done_process ();
 
   for (templist = gftp_file_transfers; templist != NULL;)