public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdelibs/files: kdelibs-3.5.9-bug_203433_khtml.patch
@ 2008-04-15  5:40 Wulf Krueger (philantrop)
  0 siblings, 0 replies; only message in thread
From: Wulf Krueger (philantrop) @ 2008-04-15  5:40 UTC (permalink / raw
  To: gentoo-commits

philantrop    08/04/15 05:40:45

  Added:                kdelibs-3.5.9-bug_203433_khtml.patch
  Log:
  Added an upstream patch to fix bug 203433 to fix some konqueror crashes. Re-added Lubos Lunak's Xinerama patch as kindly provided by Vladimir Brik on bug 211469.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.1                  kde-base/kdelibs/files/kdelibs-3.5.9-bug_203433_khtml.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdelibs/files/kdelibs-3.5.9-bug_203433_khtml.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdelibs/files/kdelibs-3.5.9-bug_203433_khtml.patch?rev=1.1&content-type=text/plain

Index: kdelibs-3.5.9-bug_203433_khtml.patch
===================================================================
--- trunk/KDE/kdelibs/khtml/html/html_objectimpl.cpp	2007/12/27 04:54:15	753267
+++ trunk/KDE/kdelibs/khtml/html/html_objectimpl.cpp	2007/12/27 04:54:22	753268
@@ -243,7 +243,12 @@
 
     _style->deref();
     NodeBaseImpl::attach();
+    
+    if (m_render) QTimer::singleShot( 0, this, SLOT( slotEmitLoadEvent() ) );
+}
 
+void HTMLObjectBaseElementImpl::slotEmitLoadEvent()
+{
     // ### do this when we are actually finished loading instead
     if (m_render) dispatchHTMLEvent(EventImpl::LOAD_EVENT, false, false);
 }
--- trunk/KDE/kdelibs/khtml/html/html_objectimpl.h	2007/12/27 04:54:15	753267
+++ trunk/KDE/kdelibs/khtml/html/html_objectimpl.h	2007/12/27 04:54:22	753268
@@ -62,6 +62,7 @@
     virtual void removeId(const QString& id);
 protected Q_SLOTS:
     void slotRenderAlternative();
+    void slotEmitLoadEvent();
 protected:
     DOMString     m_name;
 };



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-04-15  5:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15  5:40 [gentoo-commits] gentoo-x86 commit in kde-base/kdelibs/files: kdelibs-3.5.9-bug_203433_khtml.patch Wulf Krueger (philantrop)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox