Fix Kompare process not exiting

This resovles Bug 259
(cherry picked from commit 39f8de9dd4)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 02fbbaeeae
commit 7d513519d9

@ -181,6 +181,7 @@ KompareShell::KompareShell()
KompareShell::~KompareShell() KompareShell::~KompareShell()
{ {
kapp->deref();
} }
bool KompareShell::queryClose() bool KompareShell::queryClose()
@ -425,7 +426,6 @@ void KompareShell::slotFileClose()
if ( m_viewPart->queryClose() ) if ( m_viewPart->queryClose() )
{ {
delete this; delete this;
kapp->deref();
} }
} }

Loading…
Cancel
Save