1
0
Fork 0
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:
Mitchell Livingston 2007-06-01 03:31:25 +00:00
parent cb263cd7f2
commit e18549429a
4 changed files with 0 additions and 35 deletions

View file

@ -1,12 +0,0 @@
{
IBClasses = (
{CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{
CLASS = PiecesWindowController;
LANGUAGE = ObjC;
OUTLETS = {fImageView = NSImageView; };
SUPERCLASS = NSWindowController;
}
);
IBVersion = 1;
}

View file

@ -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>

View file

@ -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