- Fixed proxy auth disable problem when disabling proxy

This commit is contained in:
Christophe Dumez 2007-11-22 21:32:30 +00:00
parent 6b0ae4f575
commit f0ef21e409

View file

@ -886,6 +886,7 @@ void options_imp::enableProxy(int index){
textProxyIP->setEnabled(false);
lblProxyPort->setEnabled(false);
spinProxyPort->setEnabled(false);
checkProxyAuth->setChecked(false);
checkProxyAuth->setEnabled(false);
ProxyConnecsBox->setEnabled(false);
}