From e44c0cba4b56fe1b649ca03d40f1d33c6cf4fd43 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 3 Feb 2003 09:26:19 +0000 Subject: [PATCH] set the desktop number before the number of desktops --- src/screen.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screen.cc b/src/screen.cc index 6170a5bb..8f16427d 100644 --- a/src/screen.cc +++ b/src/screen.cc @@ -110,11 +110,12 @@ Screen::Screen(int screen) // the above set() will cause the updateDesktopNames to fire right away so // we have a list of desktop names + _desktop = 0; + if (!python_get_long("number_of_desktops", &_num_desktops)) _num_desktops = 1; changeNumDesktops(_num_desktops); // set the hint - _desktop = 0; changeDesktop(0); // set the hint // create the window which gets focus when no clients get it -- 2.44.0