Changeset 6137 for trunk/macosx/Controller.m
- Timestamp:
- Jun 11, 2008, 4:24:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r6122 r6137 1210 1210 while ((torrent = [enumerator nextObject])) 1211 1211 { 1212 #warning redo, since now can be removed through rpc 1213 //expand the group, since either the whole group is being removed, it is already expanded, or not showing groups 1212 //let's expand all groups that have removed items - they either don't exist anymore, are already expanded, or are collapsed (rpc) 1214 1213 [fTableView removeCollapsedGroup: [torrent groupValue]]; 1215 1214
Note: See TracChangeset
for help on using the changeset viewer.