From ce7c0624145b79bee27ff4512e106b8eea759ea4 Mon Sep 17 00:00:00 2001 From: stoyan Date: Sat, 12 Apr 2003 11:14:23 +0000 Subject: [PATCH] NSPopUpButtonCell removeAllItems fix git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16445 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index b7a4d3058..c9ff51eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-12 Serg Stoyan + + * Source/NSPopUpButtonCell.m: + (removeAllItems): Leave item at index 0 with empty title. + 2003-04-11 Michael Hanni * Source/NSApplication.m: