Mercurial > gftp.yaz
changeset 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 | 9dc6e9c172f0 |
children | a3fd5e501513 |
files | ChangeLog src/uicommon/gftpui.c |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 + 2006-09-07 Pema Geyleg <pgeyleg@gmail.com> * 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
--- 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);