when no torrent is selected, disable the PEX button?

This commit is contained in:
Mitchell Livingston 2007-04-18 21:51:39 +00:00
parent 8dc2126bfe
commit 23598215bc
1 changed files with 1 additions and 0 deletions

View File

@ -548,6 +548,7 @@
[fRatioLimitField setStringValue: @""];
[fPexCheck setEnabled: NO];
[fPexCheck setState: NSOffState];
}
[self updateInfoStats];