1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00

Fixed a small bug in new DHT port setting code

This commit is contained in:
Christophe Dumez 2009-07-14 08:06:55 +00:00
parent ee6bc3c2e9
commit 2372f434cf

View File

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