From b4f89a3ee53e7c8c6dec25435bcec613bafc42e0 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Sun, 2 Mar 2003 18:50:41 +0000 Subject: [PATCH] Added the changelog entry for my previous commit. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16108 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index a406b84ed..163ad9377 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-03-02 Ludovic Marcotte + + * Source/NSComboBoxCell.m: Modified so that we no longer + retain the dataSource. This would create a retain loop and + prevent anything using it to be released properly. + 2003-03-01 Fred Kiefer * Source/NSTextView_actions.m