X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=bddf137db29d555c930b750062cfc255a27517bf;hb=308478e4a5f4dc76d69395dda8a9bc42cb69eec4;hp=fd31846eb8c309b65f3ef2939a54472cad794761;hpb=3f72b9d67f21781e513a9c058e8624b8b86b92ea;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index fd31846e..bddf137d 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -319,7 +319,7 @@ void popup_hide(ObPopup *self) event_end_ignore_all_enters(ignore_start); } else if (self->delay_mapped) { - obt_main_loop_timeout_remove(ob_main_loop, popup_show_timeout); + obt_main_loop_timeout_remove_data(ob_main_loop, popup_show_timeout, self, FALSE); self->delay_mapped = FALSE; } }