From e8d8d6cc38cc92b7201806ed42db50a4c4b324ea Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 11 Mar 2009 02:10:25 +0000 Subject: - Increment trunk version number to 0.9.4 - Improves on r370 and r375 by preventing actions triggered by the save from triggering saves themselves - Improves further on r370 and r375 by committing any current edits before saving - Additional comments --- Source/TableSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableSource.h') diff --git a/Source/TableSource.h b/Source/TableSource.h index c66ec71f..e97602f5 100644 --- a/Source/TableSource.h +++ b/Source/TableSource.h @@ -59,7 +59,7 @@ NSMutableArray *tableFields, *indexes; NSMutableDictionary *oldRow, *enumFields; NSDictionary *defaultValues; - BOOL isEditingRow, isEditingNewRow, alertSheetOpened; + BOOL isEditingRow, isEditingNewRow, isSavingRow, alertSheetOpened; int currentlyEditingRow; NSUserDefaults *prefs; } -- cgit v1.2.3