From 89884164998f424ad500dec64ca5aa0b178bc6fc Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 19 Feb 2008 16:42:40 -0800 Subject: [PATCH] Set m->title for both root and submenus --- com32/menu/readconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/menu/readconfig.c b/com32/menu/readconfig.c index 3bbca3b..554ad91 100644 --- a/com32/menu/readconfig.c +++ b/com32/menu/readconfig.c @@ -120,6 +120,7 @@ static struct menu * new_menu(struct menu *parent, int i; m->label = refstrdup(label); + m->title = refstr_get(empty_string); if (parent) { /* Submenu */ @@ -136,7 +137,6 @@ static struct menu * new_menu(struct menu *parent, m->allowedit = parent->allowedit; m->timeout = parent->timeout; - m->title = refstr_get(empty_string); m->ontimeout = refstr_get(parent->ontimeout); m->onerror = refstr_get(parent->onerror); m->menu_master_passwd = refstr_get(parent->menu_master_passwd); -- 2.7.4