kdelibs/kdelibs-4.3.2-kde#1033984.patch
Lukas Tinkl 9a6f37c1ea fix another khtml kpart crasher
(to go with the previous one)
2009-10-12 16:31:16 +00:00

15 lines
335 B
Diff

Index: khtml/khtml_part.cpp
===================================================================
--- khtml/khtml_part.cpp (revision 1033983)
+++ khtml/khtml_part.cpp (revision 1033984)
@@ -609,7 +609,8 @@
if ( d->m_view )
{
- widget()->hide();
+ if (widget())
+ widget()->hide();
d->m_view->m_part = 0;
}