aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-03-11 02:10:25 +0000
committerrowanbeentje <rowan@beent.je>2009-03-11 02:10:25 +0000
commite8d8d6cc38cc92b7201806ed42db50a4c4b324ea (patch)
tree9446cf7d2cc8feb724ff52dc7b6c1e8d594b3917 /Source/TableSource.h
parentfdc31ea623c0c212e34bcf7d11c20b429e76ddf1 (diff)
downloadsequelpro-e8d8d6cc38cc92b7201806ed42db50a4c4b324ea.tar.gz
sequelpro-e8d8d6cc38cc92b7201806ed42db50a4c4b324ea.tar.bz2
sequelpro-e8d8d6cc38cc92b7201806ed42db50a4c4b324ea.zip
- 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
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r--Source/TableSource.h2
1 files changed, 1 insertions, 1 deletions
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;
}