# HG changeset patch # User Jason Rumney # Date 1213052683 0 # Node ID c3a24b1a84128ca65ba89e3e6b607ca827e75111 # Parent 7aa7574f6edd0a4d39bd10c7d2bc094476943638 (set_frame_menubar): Sync with version in xmenu.c. (w32_menu_show): Sync with xmenu_show in xmenu.c. diff -r 7aa7574f6edd -r c3a24b1a8412 src/xmenu.c --- a/src/xmenu.c Mon Jun 09 22:06:21 2008 +0000 +++ b/src/xmenu.c Mon Jun 09 23:04:43 2008 +0000 @@ -2114,8 +2114,8 @@ wv_title->name = (char *) SDATA (title); wv_title->enabled = TRUE; wv_title->button_type = BUTTON_TYPE_NONE; + wv_title->help = Qnil; wv_title->next = wv_sep1; - wv_title->help = Qnil; first_wv->contents = wv_title; }