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>
<dict>
<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>
<string>99 386 571 290 0 0 1152 842 </string>
<key>41</key>

View File

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