bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #14488] NSUndoManager doesn't retain invocation.


From: Sašo Kiselkov
Subject: [bug #14488] NSUndoManager doesn't retain invocation.
Date: Sat, 10 Sep 2005 16:06:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050825

Follow-up Comment #1, bug #14488 (project gnustep):

I've found a bug in the NSUndoManager code which caused my app to crash.
NSUndoManager doesn't tell the invocation to retain it's arguments when doing
invocation-based undo. The patch is as simple as adding

[anInvocation retainArguments];

into the method -[NSUndoManager forwardInvocation:].

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=14488>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]