From: Dana Jansens Date: Sun, 12 Jan 2003 21:57:08 +0000 (+0000) Subject: default to 1 desktop if its not read from the configs X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=a4d4aaec3f75fb26bae76e8a5f4957378deb2748;p=chaz%2Fopenbox default to 1 desktop if its not read from the configs --- diff --git a/src/screen.cc b/src/screen.cc index 0d61801c..763931f8 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -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;