Simple Display of relevant Data now working

This commit is contained in:
michael starke
2013-02-19 22:43:04 +01:00
parent 7ea34a2300
commit 7ea037cdc3
10 changed files with 203 additions and 55 deletions

View File

@@ -72,7 +72,7 @@ NSString *const MPDidLoadDataBaseNotification = @"DidLoadDataBaseNotification";
@catch (NSException *exception) {
NSLog(@"%@", [exception description]);
[self release];
return self;
return nil;
}
if([self.tree isKindOfClass:[Kdb4Tree class]]) {