From e14684272789501598ea956dce0cd90a84c0db54 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 8 Apr 2002 23:27:34 +0000 Subject: [PATCH] commit of changelog git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13403 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c854b40da..3694818e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-04-08 Ludovic Marcotte + + * Source/NSMenuView.m (-dealloc): Modified the dealloc method + so that we remove the menu view from the menu list of observers. + We could otherwise receive notifications on a dealloc'ed object + and segfault. + + 2002-04-06 Adam Fedor * Source/NSView.m (-_cleanupPrinting): Private method to cleanup