diff ChangeLog @ 924:f37091406523

2007-5-18 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_request_destroy) - initialize the request->server_type if the request structure isn't destroyed. * src/gtk/gftp-gtk.c (gftp_gtk_init_request) - don't create a new request structure. * src/gtk/gtkui.c (gftpui_disconnect) - don't free the request structure.
author masneyb
date Sat, 19 May 2007 01:37:07 +0000
parents 70b7e6663a05
children 7b5aa0420fe2
line wrap: on
line diff
--- a/ChangeLog	Sat May 19 01:15:05 2007 +0000
+++ b/ChangeLog	Sat May 19 01:37:07 2007 +0000
@@ -1,4 +1,13 @@
 2007-5-18 Brian Masney <masneyb@gftp.org>
+	* lib/protocols.c (gftp_request_destroy) - initialize the 
+	request->server_type if the request structure isn't destroyed.
+
+	* src/gtk/gftp-gtk.c (gftp_gtk_init_request) - don't create a new
+	request structure.
+
+	* src/gtk/gtkui.c (gftpui_disconnect) - don't free the request
+	structure.
+
 	* lib/protocols.c (gftp_fd_read, gftp_fd_write) - moved FD_ZERO calls
 	outside of the while loop.