aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-03-11 02:17:36 +0000
committerrowanbeentje <rowan@beent.je>2009-03-11 02:17:36 +0000
commit8c6963a57edfc0e77177bc3baa4f088b601ccfdd (patch)
treeaf9c0cdb0d9d914c0132cdad53e6e5abb4c970bd /Source/TableContent.h
parent7669ae339cab0e68498c5ef6b3aefde38e803482 (diff)
downloadsequelpro-8c6963a57edfc0e77177bc3baa4f088b601ccfdd.tar.gz
sequelpro-8c6963a57edfc0e77177bc3baa4f088b601ccfdd.tar.bz2
sequelpro-8c6963a57edfc0e77177bc3baa4f088b601ccfdd.zip
Merge in relevant parts of r387 from trunk
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;