1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 00:34:04 +00:00

Alternating row colors in file table

This commit is contained in:
Mitchell Livingston 2006-06-17 19:34:08 +00:00
parent e5e903a921
commit 0a98289601
2 changed files with 1 additions and 1 deletions

View file

@ -137,7 +137,7 @@
if ([self isSeeding]
&& ((fStopRatioSetting == RATIO_CHECK && [self ratio] >= fRatioLimit)
|| (fStopRatioSetting == RATIO_GLOBAL && [fDefaults boolForKey: @"RatioCheck"]
|| (fStopRatioSetting == RATIO_GLOBAL && [fDefaults boolForKey: @"RatioCheck"]
&& [self ratio] >= [fDefaults floatForKey: @"RatioLimit"])))
{
[self stop];