diff --git a/NEWS b/NEWS index 7927c8d1f..1193ec3a6 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,10 @@ NEWS file for Transmission + Leopard: Group dividers + Use the file icon as the per-torrent action button +1.05 (2008/xx/yy) +- Mac + + Fix bug remembering reordered groups + 1.04 (2008/01/31) - All Platforms: + Fix (potential) remote crash bug with extension protocol diff --git a/macosx/GroupsWindowController.m b/macosx/GroupsWindowController.m index b3f98cde7..6d9a3312e 100644 --- a/macosx/GroupsWindowController.m +++ b/macosx/GroupsWindowController.m @@ -258,6 +258,8 @@ GroupsWindowController * fGroupsWindowInstance = nil; [movingGroups release]; + [self saveGroups]; + if ([selectedGroups count] > 0) { NSEnumerator * enumerator = [selectedGroups objectEnumerator]; @@ -368,7 +370,6 @@ GroupsWindowController * fGroupsWindowInstance = nil; [item release]; } - return [menu autorelease]; }