CVS commit by rchern: Supress prompting for new window M +1 -1 main.cpp 1.66 --- kdeextragear-2/kst/kst/main.cpp #1.65:1.66 @@ -375,5 +375,5 @@ int main(int argc, char *argv[]) { // if there was no active view then we create one... // - kst->newWindow(); + kst->newWindow(false); tlv = kst->activeView(); }