From 59c6d614ceec126a19ec75b7902cc7e1c3bd132c Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 13 Aug 2001 11:09:03 +0000 Subject: [PATCH] Fixed bug which was crashing all apps with an icon at startup git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10690 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c267a27c2..3e84af5dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Aug 12 03:42:30 2001 Nicola Pero + + * Source/NSImage.m ([NSImage -setName:]): Fixed bug in last change + - btw change not documented in ChangeLog - make sure we don't + accidentally release self when removing it from the dictionary of + names. That was crashing apps with an icon on startup. + 2001-08-12 Fred Kiefer * Headers/gnustep/gui/NSImageCell.h