]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
Added some menu structure.
[chaz/openbox] / openbox / screen.c
index 5c0f255f422e784c69ac686420b5b0b22d75838e..928c1ef62c6d8c3180f8f64050a03be949fec845 100644 (file)
@@ -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);
This page took 0.021672 seconds and 4 git commands to generate.