summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-af
blob: 6218b7233fbd11b25290c37e9917be2ee010e90d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-af,v 1.8 2007/02/05 19:32:18 markd Exp $

kde svn 628618

--- khtml/html/html_documentimpl.cpp.orig	2007-02-04 10:47:21.000000000 +1300
+++ khtml/html/html_documentimpl.cpp
@@ -222,7 +222,7 @@ ElementImpl *HTMLDocumentImpl::createEle
 
 void HTMLDocumentImpl::slotHistoryChanged()
 {
-    if ( !m_render )
+    if ( true || !m_render )
         return;
 
     recalcStyle( Force );