From b8b33c6f50b27d56b05712d09376bc3bd987729b Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 23 Feb 2002 12:19:22 +0000 Subject: [PATCH] Fixed timing of display of torn off menu on screen at startup git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12703 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07b58254f..90e910144 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Feb 23 12:20:28 2002 Nicola Pero + + Patch by Alexander Malmberg - + * Source/NSMenu.m ([-initWithTitle:]): Show torn off menus upon + receiving the NSApplicationDidFinishLaunching notification, not + the NSApplicationWillFinishLaunching one. + Sat Feb 23 12:11:44 2002 Nicola Pero Patches by Alexander Malmberg with many