[Kst] branches/work/kst/portto4/kst/src/libkstapp
Peter Kümmel
syntheticpp at gmx.net
Sat Mar 5 21:59:01 CET 2011
SVN commit 1223908 by kuemmel:
don't show gui when command parsing failed
M +1 -1 application.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/application.cpp #1223907:1223908
@@ -51,7 +51,7 @@
DialogLauncher::replaceSelf(new DialogLauncherGui);
connect(this, SIGNAL(aboutToQuit()), _mainWindow, SLOT(aboutToQuit()));
- _mainWindow->show();
+ //_mainWindow->show();
//_mainWindow->hide();
}
More information about the Kst
mailing list