From d3f4a0bbbcf077dc97a9231eab9a636f13dba516 Mon Sep 17 00:00:00 2001 From: Till Adam Date: Mon, 2 Feb 2004 16:31:34 +0000 Subject: [PATCH] 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 --- kmservertest.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/kmservertest.cpp b/kmservertest.cpp index 144f2913f..998346f1a 100644 --- a/kmservertest.cpp +++ b/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);