mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Fixed typos
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3384 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afaa0ae33a
commit
32390079f4
1 changed files with 2 additions and 2 deletions
|
@ -817,7 +817,7 @@ static NSString *disabledName = @".GNUstepDisabled";
|
|||
return -1;
|
||||
}
|
||||
|
||||
- (int) showsServicesMenuItem: (NSString*)item
|
||||
- (BOOL) showsServicesMenuItem: (NSString*)item
|
||||
{
|
||||
[self loadServices];
|
||||
if ([allDisabled member: item] == nil)
|
||||
|
@ -1082,6 +1082,6 @@ NSSetShowsServicesMenuItem(NSString *name, BOOL enabled)
|
|||
BOOL
|
||||
NSShowsServicesMenuItem(NSString * itemName)
|
||||
{
|
||||
return [[GNUServicesManager manager] showsServicesMenuItem: name];
|
||||
return [[GNUServicesManager manager] showsServicesMenuItem: itemName];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue