summaryrefslogtreecommitdiffstats
path: root/tdehtml/css/css_valueimpl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 22:06:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-07 22:06:32 -0600
commit1b57c467057e040642368d099a9bb5ab63fe0be6 (patch)
treef7ff3413e0236fb4b1eee21c772e57e67f1bb870 /tdehtml/css/css_valueimpl.cpp
parent43636e0371d99c0e3d623a39dfde6f1f685968fe (diff)
downloadtdelibs-1b57c467057e040642368d099a9bb5ab63fe0be6.tar.gz
tdelibs-1b57c467057e040642368d099a9bb5ab63fe0be6.zip
Regenerate TDEHTML flex/bison/gperf generated files
Diffstat (limited to 'tdehtml/css/css_valueimpl.cpp')
-rw-r--r--tdehtml/css/css_valueimpl.cpp3
1 files changed, 2 insertions, 1 deletions
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;