]> Dogcows Code - chaz/openbox/commitdiff
default to 1 desktop if its not read from the configs
authorDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 21:57:08 +0000 (21:57 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 12 Jan 2003 21:57:08 +0000 (21:57 +0000)
src/screen.cc

index 0d61801c1857ed6dc01fe1c83392624c28cd0b3e..763931f8b6fef1b177a05e4cfa55673dd2c4b228 100644 (file)
@@ -117,7 +117,7 @@ Screen::Screen(int screen)
   // we have a list of desktop names
 
   if (!python_get_long("number_of_desktops", &_num_desktops))
-    _num_desktops = 4;
+    _num_desktops = 1;
   changeNumDesktops(_num_desktops); // set the hint
 
   _desktop = 0;
This page took 0.023284 seconds and 4 git commands to generate.