Revision b83af782 pithos-macos/PithosNode.m

b/pithos-macos/PithosNode.m
40 40
#import "ASIPithosRequest.h"
41 41

  
42 42
@implementation PithosNode
43
@synthesize forcedRefresh, parent, shared, sharingAccount, childrenUpdatedNotificationName, 
43
@synthesize forcedRefresh, pithosAccountManager, parent, shared, sharingAccount, childrenUpdatedNotificationName,
44 44
            inheritChildrenUpdatedNotificationName, displayName, isLeafItem, icon;
45 45
@dynamic url, children, pithos, pithosAccount, pithosContainer, pithosObject;
46 46

  
......
49 49

  
50 50
- (id)init {
51 51
    if ((self = [super init])) {
52
        pithosAccountManager = nil;
52 53
        freshness = PithosNodeStateRefreshNeeded;
53 54
        forcedRefresh = NO;
54 55
        shared = NO;

Also available in: Unified diff