fixed tabbing behavior in prefs
This commit is contained in:
parent
bd608129d8
commit
0389289d16
|
@ -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>
|
||||||
|
|
Binary file not shown.
|
@ -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];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue