Fixed issue that occurred in no reset on Database settings after cancle

This commit is contained in:
michael starke
2013-07-06 04:20:36 +02:00
parent f55e78349e
commit cadfd3fdca
2 changed files with 5 additions and 2 deletions

View File

@@ -93,7 +93,10 @@
/* Update all stuff that might have changed */
Kdb4Tree *tree = _document.treeV4;
if(tree) {
[self _updateTrashFolders:tree];
[self _setupDatabase:tree];
[self _setupProtectionTab:tree];
[self _setupAdvancedTab:tree];
[self _setupPasswordTab:tree];
}
}