Use user catalog in account groups presentation and editing
[pithos-macos] / pithos-macos / PithosAccount.m
index 8b0894a..5329bcd 100644 (file)
         accountNode = [[PithosAccountNode alloc] initWithPithos:self.pithos];
         accountNode.childrenUpdatedNotificationName = nil;
         accountNode.inheritChildrenUpdatedNotificationName = YES;
+        accountNode.pithosAccountManager = self;
     }
     return accountNode;
 }