Fixed crash that occurred when a database was open and another one failed to be opened

Some updates on the Splitter handling
This commit is contained in:
michael starke
2013-03-05 22:00:33 +01:00
parent cb6326480e
commit a90c46f7cd
11 changed files with 601 additions and 24 deletions

View File

@@ -10,7 +10,7 @@
#import "MPIconHelper.h"
#import "KdbLib.h"
NSString *const MPOutlineViewDidChangeGroupSelection = @"MPOutlineViewDidChangeGroupSelection";
NSString *const MPOutlineViewDidChangeGroupSelection = @"com.macpass.MPOutlineViewDidChangeGroupSelection";
NSString *const _MPOutlineViewDataViewIdentifier = @"DataCell";
NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";