[Kst] extragear/graphics/kst/kst/extensions/js
George Staikos
staikos at kde.org
Tue Jun 14 22:08:24 CEST 2005
SVN commit 425463 by staikos:
M +2 -2 bind_label.cpp
--- trunk/extragear/graphics/kst/kst/extensions/js/bind_label.cpp #425462:425463
@@ -68,9 +68,9 @@
Kst2DPlotPtr p;
KstViewObjectPtr vp;
if (args[0].type() == KJS::ObjectType) {
- p = extractPlot(exec, args[0]);
+ p = extractPlot(exec, args[0], false);
if (!p) {
- vp = extractViewObject(exec, args[0]);
+ vp = extractViewObject(exec, args[0], false);
if (!vp) {
KJS::Object eobj = KJS::Error::create(exec, KJS::TypeError);
exec->setException(eobj);
More information about the Kst
mailing list