(set_frame_menubar): Don't call DrawMenuBar.

This commit is contained in:
YAMAMOTO Mitsuharu 2006-02-15 08:42:12 +00:00
parent 052c4ff370
commit f036d043ab
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2006-02-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* frame.c (x_get_arg): Clear out PARAM in ALIST also on Mac.
* macfns.c (x_set_menu_bar_lines): Menu bar is always shown on Mac.
* macmenu.c (set_frame_menubar): Don't call DrawMenuBar.
2006-02-14 Richard M. Stallman <rms@gnu.org>
* frame.c (x_get_arg): Clear out all occurrences of PARAM in ALIST.

View file

@ -1701,8 +1701,6 @@ set_frame_menubar (f, first_time, deep_p)
fill_menubar (first_wv->contents);
DrawMenuBar ();
/* Add event handler so we can detect C-g. */
install_menu_quit_handler (NULL);
free_menubar_widget_value_tree (first_wv);