aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2005-06-06 12:56:53 +0000
committerRichard M. Stallman <[email protected]>2005-06-06 12:56:53 +0000
commit1ca1f3f6c9c3734066ffd000bbc8ba9fcd1f1b89 (patch)
treed07cfe821b7744328d16c5a919517a7ffdff124f
parentaada47fc710c0fadbd1a315a9a261dafd9cd7a71 (diff)
(popup_get_selection): Undo previous change.
-rw-r--r--src/xmenu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 6e3a21604c..6f758d12fc 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