Fixed notification for outline view to just subscribe to single instances not all notifications as we are now dealing with multiple windows.

This commit is contained in:
michael starke
2013-05-10 01:35:28 +02:00
parent c1110f7a4d
commit 30a17f39bb
3 changed files with 14 additions and 7 deletions

View File

@@ -8,8 +8,12 @@
#import "MPViewController.h"
@class MPOutlineViewDelegate;
@interface MPOutlineViewController : MPViewController
@property (retain, readonly) MPOutlineViewDelegate *outlineDelegate;
- (void)clearSelection;
- (void)showOutline;