]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
Revert "Some fixes for the pager popups, and avoid a crash if you destroy a popup...
[chaz/openbox] / openbox / popup.c
index 5cbe0347cc4846219757694d85c19be33214db18..2a0d5960d67d11b6f6dc35091ae0078946ad9bb5 100644 (file)
@@ -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);
This page took 0.020932 seconds and 4 git commands to generate.