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

List:       kde-commits
Subject:    branches/KDE/4.1/kdelibs/khtml/ecma
From:       Maks Orlovich <maksim () kde ! org>
Date:       2008-08-26 2:31:02
Message-ID: 1219717862.435627.29234.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 852585 by orlovich:

Return out when handling designMode put, so we don't warn about it being unhandled


 M  +1 -1      kjs_html.cpp  


--- branches/KDE/4.1/kdelibs/khtml/ecma/kjs_html.cpp #852584:852585
@@ -462,7 +462,7 @@
     }
     case DesignMode:
         doc.setDesignMode((value->toString(exec).qstring()=="on"));
-        break;  
+        return;  
   }
 
   /* The rest of the properties require a body. Note that Doc::body may be the
[prev in list] [next in list] [prev in thread] [next in thread] 

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