X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=bddf137db29d555c930b750062cfc255a27517bf;hb=a170ad7c85b5f23fafe64d28a3f183a7ce42ce53;hp=fd31846eb8c309b65f3ef2939a54472cad794761;hpb=c230443c6596039f426542f5a286120891a745c5;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; } }