mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 01:08:18 +00:00
Changed outline view to display the root node as a normal node and added a separate Group header
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
@implementation Kdb3Tree (NewTree)
|
||||
|
||||
+ (Kdb3Tree *)newTemplateTree {
|
||||
+ (Kdb3Tree *)templateTree {
|
||||
Kdb3Tree *tree = [[Kdb3Tree alloc] init];
|
||||
|
||||
Kdb3Group *rootGroup = [[Kdb3Group alloc] init];
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
[rootGroup release];
|
||||
|
||||
return tree;
|
||||
return [tree autorelease];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user