comparison 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
comparison
equal deleted inserted replaced
805:9dc6e9c172f0 806:0807446c6f11
406 cdata = g_malloc0 (sizeof (*cdata)); 406 cdata = g_malloc0 (sizeof (*cdata));
407 cdata->request = request; 407 cdata->request = request;
408 cdata->uidata = uidata; 408 cdata->uidata = uidata;
409 cdata->input_string = (char *) command; 409 cdata->input_string = (char *) command;
410 cdata->run_function = gftpui_common_run_site; 410 cdata->run_function = gftpui_common_run_site;
411 cdata->toggled = 1;
411 412
412 gftpui_common_run_callback_function (cdata); 413 gftpui_common_run_callback_function (cdata);
413 414
414 g_free (cdata); 415 g_free (cdata);
415 } 416 }