From 36b95c889ca65b9607f4ea76cb674845362e4e24 Mon Sep 17 00:00:00 2001 From: givememystuffplease Date: Tue, 25 Aug 2009 16:41:49 +0000 Subject: [PATCH] Proxy Bugfixed and working. --- NUS Downloader/Form1.cs | 3 ++- NUS Downloader/NUS Downloader.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NUS Downloader/Form1.cs b/NUS Downloader/Form1.cs index 8091678..0e9b84e 100644 --- a/NUS Downloader/Form1.cs +++ b/NUS Downloader/Form1.cs @@ -776,7 +776,7 @@ namespace NUS_Downloader NetworkCredential cred = new NetworkCredential(); cred.UserName = proxy_usr; - if (String.IsNullOrEmpty(proxy_pwd)) + if (!(String.IsNullOrEmpty(proxy_pwd))) cred.Password = proxy_pwd; customproxy.Credentials = cred; @@ -1471,6 +1471,7 @@ namespace NUS_Downloader WriteStatus(" * Anyone who helped beta test on GBATemp!"); WriteStatus(" * Famfamfam for the Silk Icon Set."); WriteStatus(" * Wyatt O'Day for the Windows7ProgressBar Control."); + WriteStatus(" * Napo7 for testing proxy usage."); } private void packbox_CheckedChanged(object sender, EventArgs e) diff --git a/NUS Downloader/NUS Downloader.csproj b/NUS Downloader/NUS Downloader.csproj index bfd2612..1e4db03 100644 --- a/NUS Downloader/NUS Downloader.csproj +++ b/NUS Downloader/NUS Downloader.csproj @@ -30,7 +30,7 @@ false false true - 9 + 10 1.0.0.%2a false true