Fix Kompare process not exiting

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

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

Loading…
Cancel
Save