1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00

Fix last change.

This commit is contained in:
Chong Yidong 2009-11-07 23:53:54 +00:00
parent 3426871b16
commit eb99095dbd

View file

@ -1806,7 +1806,7 @@ create_and_show_popup_menu (f, first_wv, x, y, for_click, timestamp)
/* Display the menu. */
gtk_widget_show_all (menu);
gtk_menu_popup (GTK_MENU (menu), 0, 0, pos_func, &popup_x_y, i,
timestamp);
timestamp > 0 ? timestamp : gtk_get_current_event_time());
record_unwind_protect (pop_down_menu, make_save_value (menu, 0));