From kde-commits Mon Jul 23 01:10:19 2007 From: Germain Garand Date: Mon, 23 Jul 2007 01:10:19 +0000 To: kde-commits Subject: KDE/kdelibs/khtml/html Message-Id: <1185153019.905864.24764.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=118515303211701 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 );