comparison ChangeLog @ 912:1f9c6baa458c

2007-4-18 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/gftp-gtk.h - added new function gftp_gtk_init_request(). It will initialize a gftp_request structure inside the gftp_window_data structure. * src/gtk/gtkui.c (gftpui_disconnect) - completely free the gftp_request structure when the user disconnects from the site.
author masneyb
date Wed, 18 Apr 2007 23:38:55 +0000
parents e0d98c63614d
children 936635b76f02
comparison
equal deleted inserted replaced
911:e0d98c63614d 912:1f9c6baa458c
1 2007-4-18 Brian Masney <masneyb@gftp.org> 1 2007-4-18 Brian Masney <masneyb@gftp.org>
2 * src/gtk/gftp-gtk.c src/gtk/gtkui.c src/gtk/gftp-gtk.h - added new
3 function gftp_gtk_init_request(). It will initialize a gftp_request
4 structure inside the gftp_window_data structure.
5
6 * src/gtk/gtkui.c (gftpui_disconnect) - completely free the gftp_request
7 structure when the user disconnects from the site.
8
2 * lib/local.c (local_mkdir) - return a successful response if errno is 9 * lib/local.c (local_mkdir) - return a successful response if errno is
3 set to EEXIST. 10 set to EEXIST.
4 11
5 2007-3-26 Brian Masney <masneyb@gftp.org> 12 2007-3-26 Brian Masney <masneyb@gftp.org>
6 * src/gtk/gftp-gtk.c (main) - call gdk_threads_enter() earlier in the 13 * src/gtk/gftp-gtk.c (main) - call gdk_threads_enter() earlier in the