diff src/gtk/gftp-gtk.h @ 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 8fc4efa3f72d
children 937f2b75bbee
line wrap: on
line diff
--- a/src/gtk/gftp-gtk.h	Sun May 16 12:52:12 2004 +0000
+++ b/src/gtk/gftp-gtk.h	Sun May 16 13:34:02 2004 +0000
@@ -186,7 +186,6 @@
 extern gftp_graphic * gftp_icon;
 extern pthread_t main_thread_id;
 extern GList * viewedit_processes;
-extern volatile sig_atomic_t viewedit_process_done;
 
 
 /* bookmarks.c */