From 1b57c467057e040642368d099a9bb5ab63fe0be6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 22:06:32 -0600 Subject: Regenerate TDEHTML flex/bison/gperf generated files --- tdehtml/css/css_valueimpl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tdehtml/css/css_valueimpl.cpp') diff --git a/tdehtml/css/css_valueimpl.cpp b/tdehtml/css/css_valueimpl.cpp index 94cca8840..b515388dc 100644 --- a/tdehtml/css/css_valueimpl.cpp +++ b/tdehtml/css/css_valueimpl.cpp @@ -308,9 +308,10 @@ 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