Fix bug remembering reordered groups

This commit is contained in:
Mitchell Livingston 2008-02-05 12:54:07 +00:00
parent 78a0492c98
commit 5fd7194c12
2 changed files with 6 additions and 1 deletions

4
NEWS
View File

@ -6,6 +6,10 @@ NEWS file for Transmission <http://www.transmissionbt.com/>
+ 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

View File

@ -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];
}