fixed tabbing behavior in prefs

This commit is contained in:
Mitchell Livingston 2006-12-28 21:24:19 +00:00
parent bd608129d8
commit 0389289d16
3 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>153</key> <key>153</key>
<string>180 392 571 335 0 0 1152 842 </string> <string>119 428 571 335 0 0 1152 842 </string>
<key>28</key> <key>28</key>
<string>99 386 571 290 0 0 1152 842 </string> <string>99 386 571 290 0 0 1152 842 </string>
<key>41</key> <key>41</key>

View File

@ -269,11 +269,10 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
&& [self ratio] >= [fDefaults floatForKey: @"RatioLimit"]))) && [self ratio] >= [fDefaults floatForKey: @"RatioLimit"])))
{ {
[self stopTransfer]; [self stopTransfer];
fStat = tr_torrentStat(fHandle);
fFinishedSeeding = YES; fFinishedSeeding = YES;
fStat = tr_torrentStat(fHandle);
[[NSNotificationCenter defaultCenter] postNotificationName: @"TorrentStoppedForRatio" object: self]; [[NSNotificationCenter defaultCenter] postNotificationName: @"TorrentStoppedForRatio" object: self];
} }