[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Sep 28 14:09:03 CEST 2004
CVS commit by staikos:
temporarily remove the quickstart dialog. It creates a huge problem for some
people: files in the recent list are not always available, including the most
recent one. However it automatically tries to open it. This was causing
NFS blocking, therefore Kst freezing on startup.
M +4 -0 kst.cpp 1.240
--- kdeextragear-2/kst/kst/kst.cpp #1.239:1.240
@@ -114,5 +114,7 @@ KstApp::KstApp(QWidget *parent, const ch
vectorSaveDialog = new VectorSaveDialog(this);
_labelDialog = new KstLabelDialogI(this);
+#ifdef KST_QUICKSTART_DLG
_quickStartDialog = new KstQuickStartDialogI(this, 0 , true);
+#endif
connect(_labelDialog, SIGNAL(applied()), doc, SLOT(wasModified()));
@@ -1574,7 +1576,9 @@ const QStringList KstApp::recentFiles()
void KstApp::showQuickStartDialog() {
+#ifdef KST_QUICKSTART_DLG
if (KstSettings::globalSettings()->showQuickStart) {
_quickStartDialog->show_I();
}
+#endif
}
More information about the Kst
mailing list