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:
Richard Frith-MacDonald 2000-10-31 16:29:18 +00:00
parent 19e0fc3d15
commit c4d502e70f
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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