From 6d2650263193aaa7e94b29261c6ba249c0be3fd3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 18 May 2007 00:11:01 +0000 Subject: super correct enter event ignoring that will only ignore what it has to, yay? --- openbox/popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/popup.c') diff --git a/openbox/popup.c b/openbox/popup.c index 91c1849c..2768ee2b 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -269,7 +269,7 @@ void popup_hide(ObPopup *self) self->mapped = FALSE; /* kill enter events cause by this unmapping */ - event_ignore_queued_enters(); + event_ignore_all_queued_enters(); } else if (self->delay_mapped) { ob_main_loop_timeout_remove(ob_main_loop, popup_show_timeout); self->delay_mapped = FALSE; -- cgit v1.2.3