[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Mar 3 02:22:52 CET 2005
CVS commit by staikos:
ah, also don't permit the user to even try to use stdin in this dialog
M +1 -1 datawizard.ui.h 1.121
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.120:1.121
@@ -97,5 +97,5 @@ void DataWizard::sourceChanged( const QS
_configureSource->setEnabled(false);
_file = QString::null;
- if (!txt.isEmpty()) {
+ if (!txt.isEmpty() && txt != "stdin" && txt != "-") {
KURL url;
if (QFile::exists(txt) && QFileInfo(txt).isRelative()) {
More information about the Kst
mailing list