mirror of
https://github.com/transmission/transmission
synced 2025-03-09 13:50:00 +00:00
remove the pieces window from nibs
This commit is contained in:
parent
cb263cd7f2
commit
e18549429a
4 changed files with 0 additions and 35 deletions
12
macosx/English.lproj/PiecesWindow.nib/classes.nib
generated
12
macosx/English.lproj/PiecesWindow.nib/classes.nib
generated
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
IBClasses = (
|
||||
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
|
||||
{
|
||||
CLASS = PiecesWindowController;
|
||||
LANGUAGE = ObjC;
|
||||
OUTLETS = {fImageView = NSImageView; };
|
||||
SUPERCLASS = NSWindowController;
|
||||
}
|
||||
);
|
||||
IBVersion = 1;
|
||||
}
|
18
macosx/English.lproj/PiecesWindow.nib/info.nib
generated
18
macosx/English.lproj/PiecesWindow.nib/info.nib
generated
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>IBDocumentLocation</key>
|
||||
<string>82 71 356 240 0 0 1152 842 </string>
|
||||
<key>IBFramework Version</key>
|
||||
<string>446.1</string>
|
||||
<key>IBLockedObjects</key>
|
||||
<array/>
|
||||
<key>IBOpenObjects</key>
|
||||
<array>
|
||||
<integer>5</integer>
|
||||
</array>
|
||||
<key>IBSystem Version</key>
|
||||
<string>8J135</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
macosx/English.lproj/PiecesWindow.nib/keyedobjects.nib
generated
BIN
macosx/English.lproj/PiecesWindow.nib/keyedobjects.nib
generated
Binary file not shown.
|
@ -877,12 +877,7 @@
|
|||
[descriptors addObject: descriptor];
|
||||
|
||||
if ((useSecond = ![[descriptor key] isEqualToString: @"IP"]))
|
||||
{
|
||||
#warning different for different sorts
|
||||
//NSLog(@"%d", [[[[fPeerTable tableColumns] objectAtIndex: 2] headerCell] isHighlighted]);
|
||||
|
||||
asc = [descriptor ascending];
|
||||
}
|
||||
}
|
||||
|
||||
//sort by IP after primary sort
|
||||
|
|
Loading…
Add table
Reference in a new issue