From 6abceeca91419b5ca026b26df7116d51ec8312b6 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 17 Oct 2001 21:25:47 +0000 Subject: [PATCH] Fixed crash upon deallocation of a tab view git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11177 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab4ee0926..e4ee6b3d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 17 04:30:25 2001 Nicola Pero + + * Source/NSTabView.m ([NSTabView -dealloc]): Do not release the + selected tab view item (Patch by Ludovic Marcotte + ). + Wed Oct 17 18:18:54 2001 Nicola Pero * Source/NSTableView.m ([-setDataSource:]): Do not release the old