Changeset 9292 for trunk/macosx/Controller.m
- Timestamp:
- Oct 11, 2009, 1:42:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r9291 r9292 1942 1942 nameDescriptor, nil]; 1943 1943 } 1944 #warning broken1945 1944 else if ([sortType isEqualToString: SORT_TRACKER]) 1946 1945 { 1947 NSSortDescriptor * trackerDescriptor = [[[NSSortDescriptor alloc] initWithKey: @"tracker AddressAnnounce" ascending: asc1946 NSSortDescriptor * trackerDescriptor = [[[NSSortDescriptor alloc] initWithKey: @"trackerSortKey" ascending: asc 1948 1947 selector: @selector(localizedCaseInsensitiveCompare:)] autorelease]; 1949 1948 … … 3473 3472 case SORT_ACTIVITY_TAG: 3474 3473 sortType = SORT_ACTIVITY; 3474 break; 3475 3475 default: 3476 3476 NSAssert1(NO, @"Unknown sort tag received: %d", [menuItem tag]); 3477 return; 3477 3478 } 3478 3479 … … 4111 4112 if (!torrent) 4112 4113 { 4113 [pool release];4114 [pool drain]; 4114 4115 4115 4116 NSLog(@"No torrent found matching the given torrent struct from the RPC callback!");
Note: See TracChangeset
for help on using the changeset viewer.