diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-23 19:03:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-23 19:03:47 +0000 |
| commit | 08a70966ee8fdec4204ab1ca9aed1371b1c828d0 (patch) | |
| tree | 27f1e9ef97a99cea0270de4a2087af0a4cfc0a07 | |
| parent | d1de946a62c73634ae86384f9f33b2dd2fce4941 (diff) | |
oops
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 5c0f255f..928c1ef6 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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); |
