PATCH: Save/load proxy settings in setup.exe

2003-10-23 Thread Jerry D. Hedden
One of the items on the TODO list for setup.exe is to save and load proxy settings so the user doesn't have to keep entering them. Below is a small patch to ConnectionSetting.cc to do just that: 39d38 < delete f; 41a41,47 > fg_ret = f->gets (localdir, 1000); > if (fg_ret) >

Re: PATCH: Save/load proxy settings in setup.exe

2003-10-23 Thread Robert Collins
On Thu, 2003-10-23 at 22:55, Jerry D. Hedden wrote: > One of the items on the TODO list for setup.exe is to save and load > proxy settings so the user doesn't have to keep entering them. > > Below is a small patch to ConnectionSetting.cc to do just that: Please supply: - the patch as an attachmen