bug 372993 - Fix error when attempt to uncheck proxy settings. Patch by Stefan Sitter <ssitter@googlemail.com>, r=lilmatt

This commit is contained in:
mattwillis%gmail.com 2007-03-08 22:15:02 +00:00
parent 06cdf4ac24
commit 410f1cd4ea

View File

@ -186,8 +186,8 @@ var gConnectionsDialog = {
#else
Components.classes["@mozilla.org/network/protocol-proxy-service;1"].
getService().reloadPAC();
},
#endif
},
doAutoconfigURLFixup: function ()
{