aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.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/TableContent.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/TableContent.h')
-rw-r--r--Source/TableContent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h
index e999e5e4..f18659a0 100644
--- a/Source/TableContent.h
+++ b/Source/TableContent.h
@@ -64,7 +64,7 @@
NSMutableArray *fullResult, *filteredResult, *keys;
NSMutableDictionary *oldRow;
NSString *compareType, *sortField;
- BOOL isEditingRow, isEditingNewRow, isDesc, setLimit;
+ BOOL isEditingRow, isEditingNewRow, isSavingRow, isDesc, setLimit;
NSUserDefaults *prefs;
int numRows, currentlyEditingRow;
bool areShowingAllRows;