]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
use a context enum instead of quarks
[chaz/openbox] / openbox / screen.c
index a051d25039d2753dcb5b391eba6a10689490d014..5cf2bc5590a8bfe5248f9aa8b82e38c53774dad7 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(c, num - 1);
+            client_set_desktop(c, num - 1, FALSE);
     }
 
     dispatch_ob(Event_Ob_NumDesktops, num, old);
This page took 0.025988 seconds and 4 git commands to generate.