diff src/uicommon/gftpui.c @ 806:0807446c6f11

2006-8-10 Brian Masney <masneyb@gftp.org> * src/uicommon/gftpui.c (gftpui_common_cmd_site) - make sure the toggled state is enabled so that the command is prepended with the SITE command
author masneyb
date Sun, 10 Sep 2006 16:06:02 +0000
parents ca59edd1b04d
children 789ff8cb3170
line wrap: on
line diff
--- a/src/uicommon/gftpui.c	Thu Sep 07 11:14:40 2006 +0000
+++ b/src/uicommon/gftpui.c	Sun Sep 10 16:06:02 2006 +0000
@@ -408,6 +408,7 @@
       cdata->uidata = uidata;
       cdata->input_string = (char *) command;
       cdata->run_function = gftpui_common_run_site;
+      cdata->toggled = 1;
 
       gftpui_common_run_callback_function (cdata);