From 6b4be5f2df2da8986fa68a5de11d509cc37d44cb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 9 Feb 2014 15:14:56 +0900 Subject: Fix -tdehtml-* rename regression. This resolves bugs 1825 and 1692 --- tdehtml/css/css_valueimpl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tdehtml/css/css_valueimpl.cpp') diff --git a/tdehtml/css/css_valueimpl.cpp b/tdehtml/css/css_valueimpl.cpp index b515388dc..94cca8840 100644 --- a/tdehtml/css/css_valueimpl.cpp +++ b/tdehtml/css/css_valueimpl.cpp @@ -308,10 +308,9 @@ bool CSSStyleDeclarationImpl::setProperty(int id, const DOMString &value, bool i CSSParser parser( strictParsing ); bool success = parser.parseValue( this, id, value, important, nonCSSHint ); - if(!success) { + if(!success) kdDebug( 6080 ) << "CSSStyleDeclarationImpl::setProperty invalid property: [" << getPropertyName(id).string() << "] value: [" << value.string() << "]"<< endl; - } else setChanged(); return success; -- cgit v1.2.3