mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 14:00:37 +00:00
Replace sel_eq with sel_isEqual
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31285 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8c3501132d
commit
82ac6117e8
12 changed files with 56 additions and 41 deletions
|
@ -947,7 +947,7 @@ static BOOL menuBarVisible = YES;
|
|||
{
|
||||
NSMenuItem *menuItem = [_items objectAtIndex: i];
|
||||
|
||||
if (actionSelector == 0 || sel_eq([menuItem action], actionSelector))
|
||||
if (actionSelector == 0 || sel_isEqual([menuItem action], actionSelector))
|
||||
{
|
||||
// There are different possibilities to implement the check here
|
||||
if ([menuItem target] == anObject)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue