emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xmenu.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/xmenu.c
Date: Fri, 12 Nov 2004 04:43:03 -0500

Index: emacs/src/xmenu.c
diff -c emacs/src/xmenu.c:1.264 emacs/src/xmenu.c:1.265
*** emacs/src/xmenu.c:1.264     Fri Nov 12 08:33:51 2004
--- emacs/src/xmenu.c   Fri Nov 12 09:36:55 2004
***************
*** 2456,2462 ****
       two.  show_help_echo uses this to detect popup menus.  */
    popup_activated_flag = 1;
    /* Process events that apply to the menu.  */
!   popup_widget_loop (0);
  
    gtk_widget_destroy (menu);
  
--- 2456,2462 ----
       two.  show_help_echo uses this to detect popup menus.  */
    popup_activated_flag = 1;
    /* Process events that apply to the menu.  */
!   popup_widget_loop (1);
  
    gtk_widget_destroy (menu);
  
***************
*** 2544,2550 ****
    popup_activated_flag = 1;
  
    /* Process events that apply to the menu.  */
!   popup_get_selection ((XEvent *) 0, FRAME_X_DISPLAY_INFO (f), menu_id, 0, 0);
  
    /* fp turned off the following statement and wrote a comment
       that it is unnecessary--that the menu has already disappeared.
--- 2544,2550 ----
    popup_activated_flag = 1;
  
    /* Process events that apply to the menu.  */
!   popup_get_selection ((XEvent *) 0, FRAME_X_DISPLAY_INFO (f), menu_id, 1, 0);
  
    /* fp turned off the following statement and wrote a comment
       that it is unnecessary--that the menu has already disappeared.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]