From 965294442817fcd7ad2fdf1ca002b0a2416b858b Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 2 Jul 2009 20:41:30 +0000 Subject: Fix warnings caused by calls to validateMenuItem: being passed to NSObject by returning YES by default. --- Source/SPTableRelations.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPTableRelations.m') diff --git a/Source/SPTableRelations.m b/Source/SPTableRelations.m index a65de7ea..e2c5f23c 100644 --- a/Source/SPTableRelations.m +++ b/Source/SPTableRelations.m @@ -314,7 +314,7 @@ return ([relationsTableView numberOfSelectedRows] > 0); } - return [super validateMenuItem:menuItem]; + return YES; } /* -- cgit v1.2.3