Re: [Pyobjc-dev] NSUndoManager.prepareWithInvocationTarget_
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2002-12-30 20:51:39
|
On Monday, Dec 30, 2002, at 21:06 Europe/Amsterdam, I wrote: > > Fixing this design-error won't be too hard. Now that is an understatement. I've just checked in a fix :-) > > I'm not yet sure why 'm.methodSignatureForSelector_("foo:")' raises an > exception (it has nothing to do with the NSUndoManager class, > 'x.methodSignatureForSelector_("foo:")' raises the same exception. It was the implementation of methodSignatureForSelector: for Python subclasses, also fixed. Ronald |