default to 1 desktop if its not read from the configs
This commit is contained in:
parent
eb752bc9c5
commit
a4d4aaec3f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ Screen::Screen(int screen)
|
||||||
// we have a list of desktop names
|
// we have a list of desktop names
|
||||||
|
|
||||||
if (!python_get_long("number_of_desktops", &_num_desktops))
|
if (!python_get_long("number_of_desktops", &_num_desktops))
|
||||||
_num_desktops = 4;
|
_num_desktops = 1;
|
||||||
changeNumDesktops(_num_desktops); // set the hint
|
changeNumDesktops(_num_desktops); // set the hint
|
||||||
|
|
||||||
_desktop = 0;
|
_desktop = 0;
|
||||||
|
|
Loading…
Reference in a new issue