aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-03-26 23:09:23 +0000
committerstuconnolly <stuart02@gmail.com>2009-03-26 23:09:23 +0000
commit5405d049d611adc0a76ec2f1a1d8960b2fe10def (patch)
tree4331deb994b1f805e31113e8d68ffb1fa21d9563 /Source/TableSource.m
parentf40bcfcf86a4739ab0fe1e0fa26668d23dd834f2 (diff)
downloadsequelpro-5405d049d611adc0a76ec2f1a1d8960b2fe10def.tar.gz
sequelpro-5405d049d611adc0a76ec2f1a1d8960b2fe10def.tar.bz2
sequelpro-5405d049d611adc0a76ec2f1a1d8960b2fe10def.zip
Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.
Diffstat (limited to 'Source/TableSource.m')
-rw-r--r--Source/TableSource.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableSource.m b/Source/TableSource.m
index 692fa98e..117ce99b 100644
--- a/Source/TableSource.m
+++ b/Source/TableSource.m
@@ -1118,7 +1118,7 @@ traps enter and esc and make/cancel editing without entering next row
- (void)tableView:(NSTableView *)tableView willDisplayCell:(id)aCell forTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex {
//make sure that the message is from the right table view
- if (tableView!=tableSourceView) return NO;
+ if (tableView!=tableSourceView) return;
[aCell setEnabled:([tablesListInstance tableType] == SP_TABLETYPE_TABLE)];
}