comparison src/uicommon/gftpui.c @ 574:81b957b00691

2004-9-29 Brian Masney <masneyb@gftp.org> * lib/sshv2.c (sshv2_set_config_options) set the request->need_password to be the value of the option ssh_need_userpass * src/text/gftp-text.c (main) - run gftp_shutdown() before the program exits * src/uicommon/gftpui.c (gftpui_common_cmd_set) - toggle gftp_configuration_changed whenever the user changes a configuration item
author masneyb
date Wed, 29 Sep 2004 22:59:06 +0000
parents a2d49bf1d2d1
children fa0838b22b14
comparison
equal deleted inserted replaced
573:a2d49bf1d2d1 574:81b957b00691
771 gftpui_common_logfunc (gftp_logging_misc_nolog, request, 771 gftpui_common_logfunc (gftp_logging_misc_nolog, request,
772 "%s = %s\n", newcv.key, buf); 772 "%s = %s\n", newcv.key, buf);
773 773
774 if (newcv.flags & GFTP_CVARS_FLAGS_DYNMEM) 774 if (newcv.flags & GFTP_CVARS_FLAGS_DYNMEM)
775 g_free (newcv.value); 775 g_free (newcv.value);
776
777 gftp_configuration_changed = 1;
776 } 778 }
777 } 779 }
778 780
779 return (1); 781 return (1);
780 } 782 }