mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
Fix bug remembering reordered groups
This commit is contained in:
parent
78a0492c98
commit
5fd7194c12
2 changed files with 6 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue