mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-19 17:50:47 +00:00
add comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@27903 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f8943e1caa
commit
54bd63733a
2 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
2009-02-17 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* EOControl/EOEditingContext.m: Revert last patch.
|
||||
* EOControl/EOEditingContext.m: Add comment.
|
||||
|
||||
2009-02-17 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
|
|
|
@ -1515,6 +1515,8 @@ _mergeValueForKey(id obj, id value,
|
|||
//"Receive NSUndoManagerCheckpointNotification Notification
|
||||
- (void) _undoManagerCheckpoint: (NSNotification*)notification
|
||||
{
|
||||
/* TODO Figure out when checkpoint notifications should cause the
|
||||
editing context to process changes */
|
||||
[self _processEndOfEventNotification: notification];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue