From 3fe13bc821d8cfde62896e1828e5cf9bfcb06337 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Sun, 5 Feb 2006 07:51:54 +0000 Subject: [PATCH] Replace accidentally deleted line. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@22430 72102866-910b-0410-8b05-ffd578937521 --- Source/NSMenu.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/NSMenu.m b/Source/NSMenu.m index 51c0aa113..0f180530b 100644 --- a/Source/NSMenu.m +++ b/Source/NSMenu.m @@ -1585,6 +1585,7 @@ static NSNotificationCenter *nc; [rep setHorizontal: YES]; [self setMenuRepresentation: rep]; + [self _organizeMenu]; RELEASE(rep); } [[self window] setTitle: [[NSProcessInfo processInfo] processName]];