Archiving fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-15 11:22:08 +00:00
parent 99a03c580b
commit 2d3a5a1ac6
4 changed files with 53 additions and 40 deletions

View file

@ -2769,8 +2769,6 @@ resetCursorRectsForView(NSView *theView)
NSPoint p;
id nxt = RETAIN([self nextResponder]);
[self setNextResponder: nil];
[super encodeWithCoder: aCoder];
NSDebugLog(@"NSWindow: start encoding\n");
@ -2815,7 +2813,6 @@ resetCursorRectsForView(NSView *theView)
NSDebugLog(@"NSWindow: finish encoding\n");
[self setNextResponder: nxt];
RELEASE(nxt);
}