Revision 75cecfcc pithos-macos/PithosSharingAccountsNode.m

b/pithos-macos/PithosSharingAccountsNode.m
184 184
                NSMutableIndexSet *keptNodes = [NSMutableIndexSet indexSet];
185 185
                for (ASIPithosAccount *account in sharingAccounts) {
186 186
                    if (![account.name isEqualToString:pithos.authUser]) {
187
                        PithosAccountNode *node = [[[PithosAccountNode alloc] init] autorelease];
187
                        PithosAccountNode *node = [[[PithosAccountNode alloc] initWithPithos:pithos] autorelease];
188 188
                        node.parent = self;
189 189
                        node.shared = shared;
190 190
                        node.sharingAccount = account.name;

Also available in: Unified diff