[Kst] kdeextragear-2/kst/kst
Rick Chern
rchern at interchange.ubc.ca
Fri Aug 27 01:36:22 CEST 2004
CVS commit by rchern:
Make sure variable is initialized if there happen to be no recent files.
M +1 -0 kstquickstartdialog_i.cpp 1.6
--- kdeextragear-2/kst/kst/kstquickstartdialog_i.cpp #1.5:1.6
@@ -33,4 +33,5 @@ KstQuickStartDialogI::KstQuickStartDialo
_app = KstApp::inst();
+ _isRecentFile = false;
connect(_startDataWizard, SIGNAL(clicked()), this, SLOT(wizard_I()));
connect(_openFile, SIGNAL(clicked()), this, SLOT(open_I()));
More information about the Kst
mailing list