Fixed decoding of popup buttons broken by a change to nsmenu item cells

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-25 20:08:58 +00:00
parent 90cba28466
commit 7efdff1128

View file

@ -1,3 +1,8 @@
Mon Feb 25 17:53:19 2002 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSMenuItemCell.m ([-initWithCoder:]): Added code to decode old
version as well, since it is used by the popup button cell.
2002-02-25 Adam Fedor <fedor@gnu.org>
* Source/NSGraphicsContext.m (_postExternalEvent:) Removed, not used.