mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
fixed tabbing behavior in prefs
This commit is contained in:
parent
bd608129d8
commit
0389289d16
3 changed files with 2 additions and 3 deletions
2
macosx/English.lproj/PrefsWindow.nib/info.nib
generated
2
macosx/English.lproj/PrefsWindow.nib/info.nib
generated
|
@ -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>
|
||||
|
|
BIN
macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue