mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:10:38 +00:00
* Headers/AppKit/NSStatusItem.h
* Source/NSStatusItem.m make return value of -sendActionOn: match apple documentation git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37925 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
44500d28e6
commit
e5ceef02b4
3 changed files with 8 additions and 2 deletions
|
@ -114,9 +114,10 @@
|
|||
// NIMP
|
||||
}
|
||||
|
||||
- (void) sendActionOn: (NSInteger)mask
|
||||
- (NSInteger) sendActionOn: (NSInteger)mask
|
||||
{
|
||||
//NIMP
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (void) setAction: (SEL)action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue