[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kaxul
From:       Zack Rusin <zack () kde ! org>
Date:       2003-08-13 20:26:21
[Download RAW message or body]

CVS commit by zrusin: 

fixes for the changed api in kjsembed


  M +1 -1      part/kaxul_part.cpp   1.5
  M +2 -2      uxul/uxul.cpp   1.20


--- kdenonbeta/kaxul/part/kaxul_part.cpp  #1.4:1.5
@@ -137,5 +137,5 @@ bool KaXulPart::openFile() {
         // Run the scripts we have
         for (QStringList::ConstIterator i = kx.scriptFiles().begin(); i != \
                kx.scriptFiles().end(); i++) {
-                jsPart->executeScript(*i);
+                jsPart->runFile(*i);
         }
 

--- kdenonbeta/kaxul/uxul/uxul.cpp  #1.19:1.20
@@ -145,5 +145,5 @@ int main(int argc, char **argv) {
                 }
                 kdDebug() << "Executing script file " << x << endl;
-                jsPart->executeScript(x);
+                jsPart->runFile(x);
         }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic