aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableContent.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r--Source/TableContent.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m
index 9a96a28a..3ed6dd43 100644
--- a/Source/TableContent.m
+++ b/Source/TableContent.m
@@ -2568,7 +2568,7 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn
return ([tableContentView numberOfSelectedRows] == 1);
}
- return [super validateMenuItem:menuItem];
+ return YES;
}
// Last but not least