comparison src/uicommon/gftpuicallbacks.c @ 633:05c67a33b071

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 gftpui_callback_data structure. If the edit dialog had a checkbox in it, then put the checkbox value in the toggled variable * src/gtk/gtkui.c (gftpui_site_dialog) src/uicommon/gftpuicallbacks.c (gftpui_common_run_site) - allow the user to not send the prepend the command with the SITE keyword * docs/website/index.html.in docs/website/bats.gif docs/website/generate-gftp-website.pl - updated bug reporting section. Added link and graphic for the National Speleological Society (NSS)
author masneyb
date Thu, 02 Dec 2004 23:19:31 +0000
parents fa0838b22b14
children b282e346bd25
comparison
equal deleted inserted replaced
632:4ab29ec829bf 633:05c67a33b071
37 37
38 38
39 int 39 int
40 gftpui_common_run_site (gftpui_callback_data * cdata) 40 gftpui_common_run_site (gftpui_callback_data * cdata)
41 { 41 {
42 return (gftp_site_cmd (cdata->request, 1, cdata->input_string)); 42 return (gftp_site_cmd (cdata->request, cdata->toggled, cdata->input_string));
43 } 43 }
44 44
45 45
46 int 46 int
47 gftpui_common_run_chdir (gftpui_callback_data * cdata) 47 gftpui_common_run_chdir (gftpui_callback_data * cdata)