[Kst] [Bug 72662] autocompletion of X and Y vectors does not occur
when using file pointing to datafile.
George Staikos
staikos at kde.org
Fri Jan 16 02:41:14 CET 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=72662
staikos at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos at kde.org 2004-01-16 02:41 -------
Subject: kdeextragear-2/kst/kst/datasources/indirect
CVS commit by staikos:
Indirect files need to pass the field list through.
CCMAIL: 72662-done at bugs.kde.org
M +2 -0 indirect.cpp 1.2
--- kdeextragear-2/kst/kst/datasources/indirect/indirect.cpp #1.1:1.2
@@ -24,4 +24,5 @@ IndirectSource::IndirectSource(const QSt
: KstDataSource(filename, QString::null), _child(child) {
_valid = true;
+ _fieldList = child->fieldList();
}
@@ -41,4 +42,5 @@ KstObject::UpdateType IndirectSource::up
if (p) {
_child = p;
+ _fieldList = p->fieldList();
} else {
_valid = false;
More information about the Kst
mailing list