summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2009-07-04 15:34:54 +0200
committerMikael Magnusson <mikachu@gmail.com>2009-07-04 15:37:10 +0200
commit384f2dfc48278998631d3f9bac3a337d296b198e (patch)
tree007416ec5cc28fb08604e9e68394feca7364a73b
parent18a2bc6da55f1f065bcffdf1c3229d0f2fc7040c (diff)
Give the popup to the timer remove so it does the right one
Only the chroot popup uses delayed mapping so this is just a latent bug.
-rw-r--r--openbox/popup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/popup.c b/openbox/popup.c
index 770f33d0..2a0d5960 100644
--- a/openbox/popup.c
+++ b/openbox/popup.c
@@ -320,7 +320,7 @@ void popup_hide(ObPopup *self)
event_end_ignore_all_enters(ignore_start);
} else if (self->delay_mapped) {
- ob_main_loop_timeout_remove(ob_main_loop, popup_show_timeout);
+ ob_main_loop_timeout_remove_data(ob_main_loop, popup_show_timeout, self, FALSE);
self->delay_mapped = FALSE;
}
}