From kde-commits Tue Aug 26 02:31:02 2008 From: Maks Orlovich Date: Tue, 26 Aug 2008 02:31:02 +0000 To: kde-commits Subject: branches/KDE/4.1/kdelibs/khtml/ecma Message-Id: <1219717862.435627.29234.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121971787013603 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