# HG changeset patch # User masneyb # Date 1157904362 0 # Node ID 0807446c6f11e54967bcda681c05129280bc0e5b # Parent 9dc6e9c172f0e2ae59f6edd76c0f67b8122c87b7 2006-8-10 Brian Masney * 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 diff -r 9dc6e9c172f0 -r 0807446c6f11 ChangeLog --- a/ChangeLog Thu Sep 07 11:14:40 2006 +0000 +++ b/ChangeLog Sun Sep 10 16:06:02 2006 +0000 @@ -1,3 +1,8 @@ +2006-8-10 Brian Masney + * 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 + 2006-09-07 Pema Geyleg * configure.in: Added dz to ALL_LINGUAS @@ -3550,7 +3555,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.468 2006/09/07 11:14:38 pgeyleg Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.469 2006/09/10 16:06:01 masneyb Exp $ tags * debian/* - updated files from Debian maintainer diff -r 9dc6e9c172f0 -r 0807446c6f11 src/uicommon/gftpui.c --- 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);