From 79864ba94c41e8fda02b38a197dac2c40997aa43 Mon Sep 17 00:00:00 2001 From: kojima Date: Wed, 27 Oct 2004 03:09:19 +0000 Subject: [PATCH] oops --- src/cycling.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cycling.c b/src/cycling.c index ee4218e9..86bdb39c 100644 --- a/src/cycling.c +++ b/src/cycling.c @@ -247,6 +247,9 @@ StartWindozeCycle(WWindow *wwin, XEvent *event, Bool next) XUngrabKeyboard(dpy, CurrentTime); } + if (swpanel) + wSwitchPanelDestroy(swpanel); + if (newFocused) { wRaiseFrame(newFocused->frame->core); CommitStacking(scr); -- 2.11.4.GIT