revert minor fix for khtml that breaks a lot of stuff.

This commit is contained in:
espie 2007-02-02 13:18:30 +00:00
parent 2371cf1c86
commit 216071f82b
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.76 2007/01/28 13:18:51 espie Exp $
# $OpenBSD: Makefile,v 1.77 2007/02/02 13:18:30 espie Exp $
COMMENT-main= "K Desktop Environment, libraries"
COMMENT-cups= "K Desktop Environment, cups support"
@ -8,7 +8,7 @@ DISTNAME= kdelibs-${VERSION}
MASTER_SITES0= ftp://ftp.kde.org/pub/kde/security_patches/
#PATCHFILES= post-3.4.3-kdelibs-kjs.diff:0
PKGNAME-main= ${DISTNAME}
PKGNAME-main= ${DISTNAME}p0
PKGNAME-cups= kdecups-${VERSION}
MODKDE_VERSION?= 3.5.3
SHARED_LIBS += DCOP 7.0 # .6.0

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-khtml_html_html_documentimpl_cpp,v 1.2 2007/02/02 13:18:30 espie Exp $
--- khtml/html/html_documentimpl.cpp.orig Fri Feb 2 14:20:10 2007
+++ khtml/html/html_documentimpl.cpp Fri Feb 2 14:20:20 2007
@@ -222,7 +222,7 @@ ElementImpl *HTMLDocumentImpl::createEle
void HTMLDocumentImpl::slotHistoryChanged()
{
- if ( !m_render )
+ if ( true || !m_render )
return;
recalcStyle( Force );