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

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

SVN commit 852586 by orlovich:

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

 M  +1 -1      kjs_html.cpp  


--- trunk/KDE/kdelibs/khtml/ecma/kjs_html.cpp #852585:852586
@@ -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