oops
This commit is contained in:
parent
d1de946a62
commit
08a70966ee
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void screen_set_num_desktops(guint num)
|
|||
for (it = client_list; it != NULL; it = it->next) {
|
||||
Client *c = it->data;
|
||||
if (c->desktop >= num)
|
||||
client_set_desktop(num - 1);
|
||||
client_set_desktop(c, num - 1);
|
||||
}
|
||||
|
||||
dispatch_ob(Event_Ob_NumDesktops, num, old);
|
||||
|
|
Loading…
Reference in a new issue