X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=2a0d5960d67d11b6f6dc35091ae0078946ad9bb5;hb=d3976a51fb4a43edfddf1938e249232301b9c8b5;hp=5cbe0347cc4846219757694d85c19be33214db18;hpb=aa329719b99792a624449b2448abee9e2c67ce94;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index 5cbe0347..2a0d5960 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -65,8 +65,6 @@ ObPopup *popup_new(void) void popup_free(ObPopup *self) { if (self) { - popup_hide(self); /* make sure it's not showing or is being delayed and - will be shown */ XDestroyWindow(ob_display, self->bg); XDestroyWindow(ob_display, self->text); RrAppearanceFree(self->a_bg);