Testing Undo/Redo

This commit is contained in:
michael starke
2013-05-11 00:12:09 +02:00
parent 30a17f39bb
commit e33545a1de
7 changed files with 35 additions and 8 deletions

View File

@@ -454,6 +454,7 @@ NSString *const _toggleFilterUsernameButton = @"SearchUsername";
KdbEntry *selectedEntry = [self _clickedOrSelectedEntry];
if(selectedEntry) {
[self.entryArrayController removeObject:selectedEntry];
[selectedEntry.parent removeEntry:selectedEntry];
}
}