CVS commit by staikos: default to an existing vector if there is one instead of generating a new X vector M +3 -0 ksteqdialog_i.cpp 1.33 M +0 -3 kstrvector.cpp 1.35 --- kdeextragear-2/kst/kst/ksteqdialog_i.cpp #1.32:1.33 @@ -75,4 +75,7 @@ void KstEqDialogI::show_New() { show(); raise(); + if (!KST::vectorList.isEmpty()) { + UseExistingVector->setChecked(true); + } } --- kdeextragear-2/kst/kst/kstrvector.cpp #1.34:1.35 @@ -25,7 +25,4 @@ #include "kstdatacollection.h" -/** frames to read in one step */ -#define KV_MAXREAD 1000 - /** Create a KstRVector: raw data from a file */ KstRVector::KstRVector(KstDataSourcePtr in_file, const QString &in_field,