X-Git-Url: https://code.grnet.gr/git/pithos-macos/blobdiff_plain/8aa8e10c814559deee44735d37da80d685481af8..b83af7823f40a2a25fa369490ca67e892c920ce4:/pithos-macos/PithosAccount.m diff --git a/pithos-macos/PithosAccount.m b/pithos-macos/PithosAccount.m index 8b0894a..5329bcd 100644 --- a/pithos-macos/PithosAccount.m +++ b/pithos-macos/PithosAccount.m @@ -362,6 +362,7 @@ accountNode = [[PithosAccountNode alloc] initWithPithos:self.pithos]; accountNode.childrenUpdatedNotificationName = nil; accountNode.inheritChildrenUpdatedNotificationName = YES; + accountNode.pithosAccountManager = self; } return accountNode; }