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 0d61801..763931f 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;