mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 17:40:48 +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
|
@ -354,11 +354,11 @@
|
|||
{
|
||||
SEL action = [item action];
|
||||
|
||||
if (sel_eq(action, @selector(add:)))
|
||||
if (sel_isEqual(action, @selector(add:)))
|
||||
{
|
||||
return [self canAdd];
|
||||
}
|
||||
else if (sel_eq(action, @selector(remove:)))
|
||||
else if (sel_isEqual(action, @selector(remove:)))
|
||||
{
|
||||
return [self canRemove];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue