From 774b32f14ed63ee5da4613ba6c1399c54972614d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 16:51:01 +0000 Subject: [PATCH] little thing --- openbox/action.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbox/action.c b/openbox/action.c index 1ff4a6cd..5f783666 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -2060,6 +2060,9 @@ void action_remove_desktop(union ActionData *data) client_action_start(data); + if (screen_desktop == screen_num_desktops - 1) + data->addremovedesktop.current = FALSE; + /* move all the clients over */ if (data->addremovedesktop.current) { GList *it, *stacking_copy; -- 2.39.2