SVN commit 691149 by ggarand: revert the instantly-colored-visited-links patch in trunk too. It does not work. CCBUG: 24820 M +1 -1 html_documentimpl.cpp --- trunk/KDE/kdelibs/khtml/html/html_documentimpl.cpp #691148:691149 @@ -216,7 +216,7 @@ void HTMLDocumentImpl::slotHistoryChanged() { - if ( !m_render ) + if ( true || !m_render ) return; recalcStyle( Force );