114650ed8d
(to go with the previous one)
15 lines
335 B
Diff
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;
|
|
}
|
|
|