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

List:       kde-commits
Subject:    KDE/kdelibs/khtml
From:       Aurélien Gâteau <aurelien.gateau () free ! fr>
Date:       2009-01-28 21:22:59
Message-ID: 1233177779.594437.16153.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 917965 by gateau:

Fix error handling in executeScript(const DOM::Node &n, const QString &script)


 M  +1 -1      khtml_part.cpp  


--- trunk/KDE/kdelibs/khtml/khtml_part.cpp #917964:917965
@@ -1354,7 +1354,7 @@
   /*
    *  Error handling
    */
-  if (comp.complType() == KJS::Throw && !comp.value()) {
+  if (comp.complType() == KJS::Throw && comp.value()) {
     KJSErrorDlg *dlg = jsErrorExtension();
     if (dlg) {
       QString msg = KJSDebugger::DebugWindow::exceptionToString(
[prev in list] [next in list] [prev in thread] [next in thread] 

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