diff --git a/AppKit/CPObjectController.j b/AppKit/CPObjectController.j index 178262da4..497d35aed 100644 --- a/AppKit/CPObjectController.j +++ b/AppKit/CPObjectController.j @@ -106,12 +106,13 @@ { if (self = [super init]) { - [self setContent:aContent]; [self setEditable:YES]; [self setObjectClass:[CPMutableDictionary class]]; _observedKeys = [[CPCountedSet alloc] init]; _selection = [[CPControllerSelectionProxy alloc] initWithController:self]; + + [self setContent:aContent]; } return self;