mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
Fix error in function name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7951 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
00418ee526
commit
60d73d9a10
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
2000-10-31 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSServicesManager.m: Use new GSObjCClassOfObject() function
|
||||
* Source/GSServicesManager.m: Use new GSObjCClass() function
|
||||
from NSObjCRuntime.h
|
||||
* Source/GSTextStorage.m: Avoid static variable initialisation with
|
||||
@selector() as it doesn't work with Apple runtime.
|
||||
|
|
|
@ -1270,7 +1270,7 @@ NSPerformService(NSString *serviceItem, NSPasteboard *pboard)
|
|||
[connection setRequestTimeout: seconds];
|
||||
[connection setReplyTimeout: seconds];
|
||||
|
||||
msgImp = get_imp(GSObjCClassOfObject(provider), msgSel);
|
||||
msgImp = get_imp(GSObjCClass(provider), msgSel);
|
||||
NS_DURING
|
||||
{
|
||||
[provider performService: selName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue