Browse Source

Fixed a small bug in new DHT port setting code

adaptive-webui-19844
Christophe Dumez 16 years ago
parent
commit
2372f434cf
  1. 2
      src/options_imp.cpp

2
src/options_imp.cpp

@ -1123,7 +1123,7 @@ void options_imp::enableShareRatio(int checkBoxValue){ @@ -1123,7 +1123,7 @@ void options_imp::enableShareRatio(int checkBoxValue){
}
void options_imp::enableDHTPortSettings(int checkBoxValue) {
if(checkBoxValue != 2){
if(checkBoxValue == 2){
//Disable
spinDHTPort->setEnabled(false);
dh_port_lbl->setEnabled(false);

Loading…
Cancel
Save