diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-18 00:11:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-18 00:11:01 +0000 |
| commit | 6d2650263193aaa7e94b29261c6ba249c0be3fd3 (patch) | |
| tree | 0ab47d2b93b22af9d583a6e1b1636082030763da /openbox/popup.c | |
| parent | 9451205cf172d088948d40999e85ad07c3d430dd (diff) | |
super correct enter event ignoring that will only ignore what it has to, yay?
Diffstat (limited to 'openbox/popup.c')
| -rw-r--r-- | openbox/popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
