Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > ee5019e51831f214d532979b59ea2d61 > files > 11

kdelibs-3.4.2-31.4.20060mdk.src.rpm

--- kdelibs-3.2/khtml/khtml_part.cpp--	2004-03-16 10:29:41.748173457 +0100
+++ kdelibs-3.2/khtml/khtml_part.cpp	2004-03-16 10:30:14.965820052 +0100
@@ -918,7 +918,7 @@ void KHTMLPart::removeJSErrorExtension()
     parentPart()->removeJSErrorExtension();
     return;
   }
-  if (d->m_statusBarJSErrorLabel != 0) {
+  if (d->m_statusBarJSErrorLabel ) {
     d->m_statusBarExtension->removeStatusBarItem( d->m_statusBarJSErrorLabel );
     delete d->m_statusBarJSErrorLabel;
     d->m_statusBarJSErrorLabel = 0;