diff options
Diffstat (limited to 'Source/TableSource.m')
-rw-r--r-- | Source/TableSource.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableSource.m b/Source/TableSource.m index f29cc6f9..f604f466 100644 --- a/Source/TableSource.m +++ b/Source/TableSource.m @@ -944,7 +944,7 @@ fetches the result as an array with a dictionary for each row in it return ([indexView numberOfSelectedRows] == 1); } - return [super validateMenuItem:menuItem]; + return YES; } #pragma mark - |