Changeset 8796
- Timestamp:
- Jul 12, 2009, 11:52:58 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/InfoWindowController.m
r8461 r8796 1702 1702 1703 1703 NSUInteger index = 1; 1704 if ([ [fTorrents objectAtIndex: 0] hasAddedTrackers])1704 if ([fTrackers size] > 0 && [[fTorrents objectAtIndex: 0] hasAddedTrackers]) 1705 1705 { 1706 1706 for (; index < [fTrackers count]; index++) … … 1725 1725 while (i < [fTrackers count]) 1726 1726 { 1727 BOOL builtIn = i != 0 || [[fTrackers objectAtIndex: i] intValue] != 0;1727 const BOOL builtIn = i != 0 || [[fTrackers objectAtIndex: i] intValue] != 0; 1728 1728 1729 1729 //if a group is selected, remove all trackers in the group
Note: See TracChangeset
for help on using the changeset viewer.