From 9cdcbb1988e257ace0fcc4a0eececc91d433b419 Mon Sep 17 00:00:00 2001 From: cacaodev Date: Mon, 3 Jan 2011 20:24:01 -0600 Subject: [PATCH] OutlineView should decode a new instance of tableview delegate --- AppKit/CPOutlineView.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPOutlineView.j b/AppKit/CPOutlineView.j index b94f34453..c2a27cada 100644 --- a/AppKit/CPOutlineView.j +++ b/AppKit/CPOutlineView.j @@ -1724,6 +1724,7 @@ var CPOutlineViewIndentationPerLevelKey = @"CPOutlineViewIndentationPerLevelKey" _outlineViewDelegate = [aCoder decodeObjectForKey:CPOutlineViewDelegateKey]; [super setDataSource:[[_CPOutlineViewTableViewDataSource alloc] initWithOutlineView:self]]; + [super setDelegate:[[_CPOutlineViewTableViewDelegate alloc] initWithOutlineView:self]]; } return self;