renamed ivar _changed to _needsSizing.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Wim (Willem Rein) Oudshoorn 2003-04-01 19:51:16 +00:00
parent c792ada36c
commit 850942ee55

View file

@ -375,7 +375,7 @@ The displayed menus on the screen have the following structure:
NSMutableArray *_notifications; NSMutableArray *_notifications;
BOOL _changedMessagesEnabled; BOOL _changedMessagesEnabled;
BOOL _autoenable; BOOL _autoenable;
BOOL _changed; BOOL _needsSizing;
BOOL _is_tornoff; BOOL _is_tornoff;
// GNUstepExtra category // GNUstepExtra category