[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Sat Nov 1 00:58:49 CET 2003
CVS commit by staikos:
no need to complete stdin
M +1 -1 kstquickcurvesdialog_i.cpp 1.27
--- kdeextragear-2/kst/kst/kstquickcurvesdialog_i.cpp #1.26:1.27
@@ -75,5 +75,5 @@ void KstQuickCurvesDialogI::updateComple
/* update filename list and fill axes combo boxes */
KstDataSourcePtr ds = *KST::dataSourceList.findFileName(FileName->url());
- if (!ds) {
+ if (!ds && FileName->url() != "stdin") {
ds = KstDataSource::loadSource(FileName->url());
if (ds) { // FIXME we should eventually make KstDataSource::loadFieldList()
More information about the Kst
mailing list