Magellan Linux

Contents of /trunk/kdelibs/patches/kdelibs-3.5.6-khtml-kde-bug-140768.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 1211 byte(s)
-import

1 From: Leo Savernik <l.savernik@aon.at>
2 To: kde-commits@kde.org
3 Subject: branches/KDE/3.5/kdelibs/khtml/html
4 X-Commit-Directories: (0) branches/KDE/3.5/kdelibs/khtml/html
5 MIME-Version: 1.0
6 Date: Tue, 30 Jan 2007 17:25:36 +0000
7 Message-Id: <1170177936.253127.26374.nullmailer@svn.kde.org>
8 Content-Type: text/plain;
9 charset="us-ascii"
10 Content-Transfer-Encoding: 7bit
11 X-Length: 4145
12 X-UID: 241
13
14 SVN commit 628618 by savernik:
15
16 Reverting r617941. This fixes jumping to the top right before loading a
17 new page and also fixes page loading time increase.
18
19 Attention packagers! Please include this patch in new versions of your
20 khtml-3.5.6 packages. Web surfing experience can be considered broken
21 without it.
22
23 CCMAIL: kde-packager@kde.org
24 BUG: 140768
25 CCBUG: 140777
26 CCBUG: 24820
27
28
29 M +1 -1 html_documentimpl.cpp
30
31
32 --- branches/KDE/3.5/kdelibs/khtml/html/html_documentimpl.cpp #628617:628618
33 @@ -222,7 +222,7 @@
34
35 void HTMLDocumentImpl::slotHistoryChanged()
36 {
37 - if ( !m_render )
38 + if ( true || !m_render )
39 return;
40
41 recalcStyle( Force );
42 _______________________________________________
43 Kde-packager mailing list
44 Kde-packager@kde.org
45 https://mail.kde.org/mailman/listinfo/kde-packager
46