Don't try to show an error dialog on a job that has been deleted by a

disconnected slave. Ok'd by Marc.

CCMAIL: 73067-done@bugs.kde.org

svn path=/trunk/kdepim/; revision=284523
wilder-work
Till Adam 22 years ago
parent e5a93d661b
commit d3f4a0bbbc
  1. 3
      kmservertest.cpp

@ -148,9 +148,6 @@ void KMServerTest::slotSlaveResult(KIO::Slave *aSlave, int error,
} else {
if (!error) mList.append("SSL");
if (mList.isEmpty())
mJob->showErrorDialog( 0L );
mJob = 0;
emit capabilities(mList);

Loading…
Cancel
Save