Changeset 4189 for trunk/macosx/GroupsWindowController.m
- Timestamp:
- Dec 17, 2007, 8:10:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/GroupsWindowController.m
r4188 r4189 139 139 } 140 140 141 - (int) orderValueForIndex: (int) index 142 { 143 if (index != -1) 144 { 145 int i; 146 for (i = 0; i < [fGroups count]; i++) 147 if (index == [[[fGroups objectAtIndex: i] objectForKey: @"Index"] intValue]) 148 return i; 149 } 150 return -1; 151 } 152 141 153 - (NSInteger) numberOfRowsInTableView: (NSTableView *) tableview 142 154 {
Note: See TracChangeset
for help on using the changeset viewer.