Allow proxy to not exit on command args errors.

Validate port in Gtk GridProxy. Persist it
This commit is contained in:
Latif Khalifa
2013-12-21 19:08:26 +01:00
parent 67bc3d6df0
commit a7c3e18cd8
5 changed files with 36 additions and 6 deletions

View File

@@ -99,7 +99,7 @@ namespace GridProxyGUI
quiet
*/
ProxyConfig pc = new ProxyConfig("WinGridProxy", "Jim Radford", args);
ProxyConfig pc = new ProxyConfig("WinGridProxy", "Jim Radford", args, false);
Proxy = new ProxyFrame(args, pc);