Changeset 5833
- Timestamp:
- May 14, 2008, 6:09:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r5826 r5833 2619 2619 item = group; 2620 2620 } 2621 else2622 {2623 if (index == NSOutlineViewDropOnItemIndex)2624 index = [[item objectForKey: @"Torrents"] count];2625 }2626 2621 } 2627 2622 else … … 2629 2624 if ([item isKindOfClass: [Torrent class]]) 2630 2625 item = [fTableView parentForItem: item]; 2631 2632 2626 index = NSOutlineViewDropOnItemIndex; 2633 2627 } … … 2686 2680 2687 2681 //reorder queue order 2688 if ( [[fDefaults stringForKey: @"Sort"] isEqualToString: SORT_ORDER])2682 if (newRow != NSOutlineViewDropOnItemIndex) 2689 2683 { 2690 2684 //find torrent to place under
Note: See TracChangeset
for help on using the changeset viewer.