From: Richard M. Stallman Date: Mon, 6 Jun 2005 12:56:53 +0000 (+0000) Subject: (popup_get_selection): Undo previous change. X-Git-Tag: emacs-pretest-22.0.90~9258 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89;p=emacs.git (popup_get_selection): Undo previous change. --- diff --git a/src/xmenu.c b/src/xmenu.c index 6e3a21604c1..6f758d12fc7 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -1235,10 +1235,6 @@ popup_get_selection (initial_event, dpyinfo, id, do_timers) if (event.type == ButtonRelease && dpyinfo->display == event.xbutton.display) { - /* If the click is not on the menu, deactivate the menu. */ - if (x_any_window_to_frame (dpyinfo, event.xexpose.window)) - popup_activated_flag = 0; - dpyinfo->grabbed &= ~(1 << event.xbutton.button); #ifdef USE_MOTIF /* Pretending that the event came from a Btn1Down seems the only way to convince Motif to