Modify nodes to make notifications configurable and provide property access to all...
[pithos-macos] / pithos-macos / PithosAccount.m
index 1d72e6b..45af887 100644 (file)
 - (PithosAccountNode *)accountNode {
     if (!accountNode) {
         accountNode = [[PithosAccountNode alloc] initWithPithos:self.pithos];
+        accountNode.childrenUpdatedNotificationName = nil;
     }
     return accountNode;
 }