diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 22:06:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-07 22:06:32 -0600 |
commit | 1b57c467057e040642368d099a9bb5ab63fe0be6 (patch) | |
tree | f7ff3413e0236fb4b1eee21c772e57e67f1bb870 /tdehtml/html | |
parent | 43636e0371d99c0e3d623a39dfde6f1f685968fe (diff) | |
download | tdelibs-1b57c467057e040642368d099a9bb5ab63fe0be6.tar.gz tdelibs-1b57c467057e040642368d099a9bb5ab63fe0be6.zip |
Regenerate TDEHTML flex/bison/gperf generated files
Diffstat (limited to 'tdehtml/html')
-rw-r--r-- | tdehtml/html/html_elementimpl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tdehtml/html/html_elementimpl.cpp b/tdehtml/html/html_elementimpl.cpp index 1d7995501..1153e8b7f 100644 --- a/tdehtml/html/html_elementimpl.cpp +++ b/tdehtml/html/html_elementimpl.cpp @@ -436,8 +436,9 @@ void HTMLElementImpl::addHTMLColor( int id, const DOMString &c ) color.sprintf("#%02x%02x%02x", colors[0], colors[1], colors[2] ); // tqDebug( "trying to add fixed color string '%s'", color.latin1() ); - if ( m_styleDecls->setProperty(id, DOMString(color), false, true) ) + if ( m_styleDecls->setProperty(id, DOMString(color), false, true) ) { return; + } } } m_styleDecls->setProperty(id, CSS_VAL_BLACK, false, true); |