[Kst] kdeextragear-2/kst/kst/extensions/js
George Staikos
staikos at kde.org
Fri Apr 1 06:46:10 CEST 2005
CVS commit by staikos:
C+P error
M +1 -1 bind_kst.cpp 1.8
--- kdeextragear-2/kst/kst/extensions/js/bind_kst.cpp #1.7:1.8
@@ -192,5 +192,5 @@ KJS::Value KstBindKst::scalars(KJS::Exec
KJS::Value KstBindKst::strings(KJS::ExecState *exec) const {
- return KJS::Object(new KstBindScalarCollection(exec));
+ return KJS::Object(new KstBindStringCollection(exec));
}
More information about the Kst
mailing list