From e384e8a42e933fd75fcb57d6a575b9903e55ebde Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 9 May 2007 04:16:31 +0000 Subject: make cycling desktops not move when cancelling --- openbox/action.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'openbox/action.c') diff --git a/openbox/action.c b/openbox/action.c index c106ead9..4573a866 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -1531,9 +1531,7 @@ void action_desktop(union ActionData *data) if (data->inter.any.interactive) screen_desktop_popup(data->desktop.desk, TRUE); } - } - - if (!data->inter.any.interactive || data->inter.final) + } else screen_desktop_popup(0, FALSE); } -- cgit v1.2.3