changeset 640:cad45ebbc520

2004-12-12 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.c (toolbar_hostedit) - use gftp_disconnect() instead of gftpui_disconnect(). The gftpui_disconnect() function will clear out the directory in the request structure
author masneyb
date Sun, 12 Dec 2004 11:26:15 +0000
parents 0a3b995b8ddd
children efe90b739e98
files ChangeLog src/gtk/gftp-gtk.c
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Dec 09 13:39:31 2004 +0000
+++ b/ChangeLog	Sun Dec 12 11:26:15 2004 +0000
@@ -1,3 +1,8 @@
+2004-12-12 Brian Masney <masneyb@gftp.org>
+	* src/gtk/gftp-gtk.c (toolbar_hostedit) - use gftp_disconnect() instead
+	of gftpui_disconnect(). The gftpui_disconnect() function will clear out
+	the directory in the request structure
+
 2004-12-2 Brian Masney <masneyb@gftp.org>
 	* src/gtk/gtkui.c (gftpui_run_function_callback)
 	src/uicommon/gftpui.h - added toggled variable to the
@@ -3134,7 +3139,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.375 2004/12/02 23:19:30 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.376 2004/12/12 11:26:15 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/src/gtk/gftp-gtk.c	Thu Dec 09 13:39:31 2004 +0000
+++ b/src/gtk/gftp-gtk.c	Sun Dec 12 11:26:15 2004 +0000
@@ -1066,7 +1066,7 @@
     }
 
   if (GFTP_IS_CONNECTED (current_wdata->request))
-    gftpui_disconnect (current_wdata);
+    gftp_disconnect (current_wdata->request);
 
   tempwid = gtk_menu_get_active (GTK_MENU (protocol_menu));
   num = GPOINTER_TO_INT (gtk_object_get_user_data (GTK_OBJECT (tempwid)));