--- Desktop.C.orig Thu Apr 25 11:35:24 2002 +++ Desktop.C Thu Apr 25 11:40:20 2002 @@ -141,7 +141,12 @@ if (p > 0 && p < 25) current_num = p; } #endif - if (!current_num) current_num = 1; + if (!current_num) current_num = 2; + /* make Desktops 2 to 10 */ + for (; current_num < 11; current_num++) + Desktop::number(current_num, 1); + /* switch back to Destop 1 */ + current_num = 1; Desktop::current(Desktop::number(current_num, 1)); dont_send = 0; }