From kde-commits Fri Oct 31 23:58:49 2003 From: George Staikos Date: Fri, 31 Oct 2003 23:58:49 +0000 To: kde-commits Subject: kdeextragear-2/kst/kst X-MARC-Message: https://marc.info/?l=kde-commits&m=106764813602557 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()