From kde-commits Fri Mar 28 03:41:15 2003 From: Richard Smith Date: Fri, 28 Mar 2003 03:41:15 +0000 To: kde-commits Subject: kdenonbeta/kopete/libkopete/ui X-MARC-Message: https://marc.info/?l=kde-commits&m=104882292405434 CVS commit by lilachaze: Fix a crash when ignoring the KopeteBubble M +2 -1 chatview.cpp 1.232 --- kdenonbeta/kopete/libkopete/ui/chatview.cpp #1.231:1.232 @@ -307,4 +307,5 @@ bool ChatView::closeView( bool force ) // Remove the widget from the window it's attached to // and schedule it for deletion + if( m_mainWindow ) m_mainWindow->detachChatView( this ); deleteLater();