Cleaned up old KdbEntry and KdbGroup categories

Fixed dealloc bug in MPDocumentWindowController
Introduced undo category for entries and groups
This commit is contained in:
michael starke
2013-05-12 00:58:59 +02:00
parent ca4b8ee946
commit e5355393f1
13 changed files with 106 additions and 102 deletions

View File

@@ -69,7 +69,6 @@
- (void)dealloc {
[[NSNotificationCenter defaultCenter] removeObserver:self];
[_welcomeView release];
[_welcomeText release];
[_toolbar release];
[_passwordInputController release];