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,9 +383,9 @@
- (void)didSaveDatabaseSettings {
if (_saveAfterPasswordEdit) {
_saveAfterPasswordEdit = NO;
}
[[self document] saveDocument:nil];
}
}
#pragma mark Helper