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:
parent
3426871b16
commit
eb99095dbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue