Fix Kompare process not exiting

This resovles Bug 259
pull/1/head
Timothy Pearson 11 years ago
parent 29aba7b910
commit 39f8de9dd4

@ -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