Modify nodes to make notifications configurable and provide property access to all...
[pithos-macos] / pithos-macos / PithosSubdirNode.m
index 6623172..5569d69 100644 (file)
@@ -67,7 +67,7 @@ static NSImage *sharedIcon = nil;
         self.pithos = aPithos;
         self.pithosContainer = aPithosContainer;
         self.pithosObject = aPithosObject;
-        childrenUpdatedNotificationName = @"PithosSubdirNodeChildrenUpdated";
+        self.childrenUpdatedNotificationName = [NSString stringWithString:@"PithosSubdirNodeChildrenUpdated"];
         refreshParent = NO;
     }
     return self;