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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kjs
From:       Koos Vriezen <koos.vriezen () gmail ! com>
Date:       2006-11-26 19:58:40
Message-ID: 1164571120.983712.24104.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 608107 by vriezen:

unset terminate_request before terminate js dialog, for timer/network 
events in dialog's event loop not directly hitting this and spawning 
more dialogs


 M  +1 -1      interpreter.cpp  


--- branches/KDE/3.5/kdelibs/kjs/interpreter.cpp #608106:608107
@@ -381,9 +381,9 @@
 bool ExecState::hadException()
 {
   if (terminate_request) {
+    terminate_request = false;
     if (confirmTerminate())
       _exception = Error::create((ExecState*)this);
-    terminate_request = false;
   }
   return _exception.isValid();
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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