mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +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
|
+ Leopard: Group dividers
|
||||||
+ Use the file icon as the per-torrent action button
|
+ 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)
|
1.04 (2008/01/31)
|
||||||
- All Platforms:
|
- All Platforms:
|
||||||
+ Fix (potential) remote crash bug with extension protocol
|
+ Fix (potential) remote crash bug with extension protocol
|
||||||
|
|
|
@ -258,6 +258,8 @@ GroupsWindowController * fGroupsWindowInstance = nil;
|
||||||
|
|
||||||
[movingGroups release];
|
[movingGroups release];
|
||||||
|
|
||||||
|
[self saveGroups];
|
||||||
|
|
||||||
if ([selectedGroups count] > 0)
|
if ([selectedGroups count] > 0)
|
||||||
{
|
{
|
||||||
NSEnumerator * enumerator = [selectedGroups objectEnumerator];
|
NSEnumerator * enumerator = [selectedGroups objectEnumerator];
|
||||||
|
@ -368,7 +370,6 @@ GroupsWindowController * fGroupsWindowInstance = nil;
|
||||||
[item release];
|
[item release];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return [menu autorelease];
|
return [menu autorelease];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue