From 353c1c30b59fac425d1269f82d7d94f3156a89a5 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 14 Sep 2003 00:39:56 +0000 Subject: [PATCH] Further cleanup of NSPopupButtonCell git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17667 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a0dfde834..90b38539a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-09-14 Fred Kiefer + + * Source/NSPopUpButtonCell.m + According to Gregory John Casamento the + popup button does not change its enable state when the selected item + does. To adopt this behaviour all setEnable: calls have been + removed and one in [initWithCoder:] added that enables the popup + for all old encodings. + 2003-09-13 Gregory John Casamento * Source/NSPopUpButtonCell.m: Corrected minor problem which