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:
Matt Rice 2009-02-17 15:46:37 +00:00
parent f8943e1caa
commit 54bd63733a
2 changed files with 3 additions and 0 deletions

View file

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

View file

@ -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];
}