Changeset 4923
- Timestamp:
- Feb 5, 2008, 12:54:07 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r4888 r4923 6 6 + Leopard: Group dividers 7 7 + Use the file icon as the per-torrent action button 8 9 1.05 (2008/xx/yy) 10 - Mac 11 + Fix bug remembering reordered groups 8 12 9 13 1.04 (2008/01/31) -
trunk/macosx/GroupsWindowController.m
r4423 r4923 259 259 [movingGroups release]; 260 260 261 [self saveGroups]; 262 261 263 if ([selectedGroups count] > 0) 262 264 { … … 369 371 } 370 372 371 372 373 return [menu autorelease]; 373 374 }
Note: See TracChangeset
for help on using the changeset viewer.