mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 18:38:42 +00:00
work around for small bug in apple code
This commit is contained in:
5
macosx/English.lproj/PrefsWindow.nib/info.nib
generated
5
macosx/English.lproj/PrefsWindow.nib/info.nib
generated
@@ -11,9 +11,9 @@
|
|||||||
<key>28</key>
|
<key>28</key>
|
||||||
<string>22 331 577 290 0 0 1024 746 </string>
|
<string>22 331 577 290 0 0 1024 746 </string>
|
||||||
<key>41</key>
|
<key>41</key>
|
||||||
<string>294 420 563 317 0 0 1152 842 </string>
|
<string>213 415 563 317 0 0 1152 842 </string>
|
||||||
<key>66</key>
|
<key>66</key>
|
||||||
<string>72 601 563 159 0 0 1152 842 </string>
|
<string>294 499 563 159 0 0 1152 842 </string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>IBFramework Version</key>
|
<key>IBFramework Version</key>
|
||||||
<string>446.1</string>
|
<string>446.1</string>
|
||||||
@@ -24,7 +24,6 @@
|
|||||||
<key>IBOpenObjects</key>
|
<key>IBOpenObjects</key>
|
||||||
<array>
|
<array>
|
||||||
<integer>66</integer>
|
<integer>66</integer>
|
||||||
<integer>41</integer>
|
|
||||||
</array>
|
</array>
|
||||||
<key>IBSystem Version</key>
|
<key>IBSystem Version</key>
|
||||||
<string>8J135</string>
|
<string>8J135</string>
|
||||||
|
|||||||
BIN
macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/PrefsWindow.nib/keyedobjects.nib
generated
Binary file not shown.
@@ -123,6 +123,7 @@
|
|||||||
int bindPort = [fDefaults integerForKey: @"BindPort"];
|
int bindPort = [fDefaults integerForKey: @"BindPort"];
|
||||||
[fPortField setIntValue: bindPort];
|
[fPortField setIntValue: bindPort];
|
||||||
tr_setBindPort(fHandle, bindPort);
|
tr_setBindPort(fHandle, bindPort);
|
||||||
|
|
||||||
[self updatePortStatus];
|
[self updatePortStatus];
|
||||||
|
|
||||||
//set NAT
|
//set NAT
|
||||||
@@ -893,6 +894,10 @@
|
|||||||
- (void) showNetworkPref: (id) sender
|
- (void) showNetworkPref: (id) sender
|
||||||
{
|
{
|
||||||
[self setPrefView: fNetworkView];
|
[self setPrefView: fNetworkView];
|
||||||
|
|
||||||
|
//get around bug in apple code
|
||||||
|
if ([fPortStatusImage image])
|
||||||
|
[fPortStatusProgress setDisplayedWhenStopped: NO];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) setPrefView: (NSView *) view
|
- (void) setPrefView: (NSView *) view
|
||||||
|
|||||||
Reference in New Issue
Block a user