[Kst] kdeextragear-2/kst/kst/extensions/js

George Staikos staikos at kde.org
Tue Mar 29 23:59:10 CEST 2005


CVS commit by staikos: 

C&P error


  M +3 -2      bind_template.cpp   1.3


--- kdeextragear-2/kst/kst/extensions/js/bind_template.cpp  #1.2:1.3
@@ -108,5 +108,6 @@ bool KstBindTemplate::hasProperty(KJS::E
 void KstBindTemplate::put(KJS::ExecState *exec, const KJS::Identifier& propertyName, const KJS::Value& value, int attr) {
   if (!_d) {
-    return KstBinding::put(exec, propertyName, value, attr);
+    KstBinding::put(exec, propertyName, value, attr);
+    return;
   }
 
@@ -122,5 +123,5 @@ void KstBindTemplate::put(KJS::ExecState
   }
 
-  return KstBinding::put(exec, propertyName, value, attr);
+  KstBinding::put(exec, propertyName, value, attr);
 }
 




More information about the Kst mailing list