mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:50: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
19e0fc3d15
commit
c4d502e70f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
2000-10-31 Richard Frith-Macdonald <rfm@gnu.org>
|
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
|
from NSObjCRuntime.h
|
||||||
* Source/GSTextStorage.m: Avoid static variable initialisation with
|
* Source/GSTextStorage.m: Avoid static variable initialisation with
|
||||||
@selector() as it doesn't work with Apple runtime.
|
@selector() as it doesn't work with Apple runtime.
|
||||||
|
|
|
@ -1270,7 +1270,7 @@ NSPerformService(NSString *serviceItem, NSPasteboard *pboard)
|
||||||
[connection setRequestTimeout: seconds];
|
[connection setRequestTimeout: seconds];
|
||||||
[connection setReplyTimeout: seconds];
|
[connection setReplyTimeout: seconds];
|
||||||
|
|
||||||
msgImp = get_imp(GSObjCClassOfObject(provider), msgSel);
|
msgImp = get_imp(GSObjCClass(provider), msgSel);
|
||||||
NS_DURING
|
NS_DURING
|
||||||
{
|
{
|
||||||
[provider performService: selName
|
[provider performService: selName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue