little thing
This commit is contained in:
parent
c538ebf422
commit
774b32f14e
1 changed files with 3 additions and 0 deletions
|
@ -2060,6 +2060,9 @@ void action_remove_desktop(union ActionData *data)
|
||||||
|
|
||||||
client_action_start(data);
|
client_action_start(data);
|
||||||
|
|
||||||
|
if (screen_desktop == screen_num_desktops - 1)
|
||||||
|
data->addremovedesktop.current = FALSE;
|
||||||
|
|
||||||
/* move all the clients over */
|
/* move all the clients over */
|
||||||
if (data->addremovedesktop.current) {
|
if (data->addremovedesktop.current) {
|
||||||
GList *it, *stacking_copy;
|
GList *it, *stacking_copy;
|
||||||
|
|
Loading…
Reference in a new issue