From 5fd7194c12f89fb4a6653a679ac3702e7da5e561 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Tue, 5 Feb 2008 12:54:07 +0000 Subject: [PATCH] Fix bug remembering reordered groups --- NEWS | 4 ++++ macosx/GroupsWindowController.m | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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]; }