mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 21:10:38 +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
|
@ -280,7 +280,7 @@
|
|||
- (void) noResponderFor: (SEL)eventSelector
|
||||
{
|
||||
/* Only beep for key down events */
|
||||
if (sel_eq(eventSelector, @selector(keyDown:)))
|
||||
if (sel_isEqual(eventSelector, @selector(keyDown:)))
|
||||
NSBeep();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue