fix ordering error

This commit is contained in:
Mitchell Livingston
2008-05-12 01:32:33 +00:00
parent 63b82714f8
commit f231e13d6c
3 changed files with 6 additions and 2 deletions

View File

@@ -372,7 +372,6 @@
value = MAX_GROUP;
[fCollapsedGroups addIndex: value];
[[NSNotificationCenter defaultCenter] postNotificationName: @"OutlineExpandCollapse" object: self];
}