Fixed error that issues a save every time settings were stored

This commit is contained in:
michael starke
2013-08-10 01:48:39 +02:00
parent 714563250b
commit 116b3b3253

View File

@@ -383,8 +383,8 @@
- (void)didSaveDatabaseSettings { - (void)didSaveDatabaseSettings {
if (_saveAfterPasswordEdit) { if (_saveAfterPasswordEdit) {
_saveAfterPasswordEdit = NO; _saveAfterPasswordEdit = NO;
[[self document] saveDocument:nil];
} }
[[self document] saveDocument:nil];
} }
#pragma mark Helper #pragma mark Helper