From 658976732dad0f4327a57e1a6dc3ae289394cc49 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 4 Aug 2009 05:41:44 +0000 Subject: SVN_SILENT: use 'errorString' instead of requesting the string again svn path=/trunk/KDE/kdebase/apps/; revision=1006624 --- src/dolphindirlister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dolphindirlister.cpp b/src/dolphindirlister.cpp index 43196bb21..55be9cd2e 100644 --- a/src/dolphindirlister.cpp +++ b/src/dolphindirlister.cpp @@ -39,7 +39,7 @@ void DolphinDirLister::handleError(KIO::Job* job) if (errorString.isEmpty()) { emit errorMessage(i18nc("@info:status", "Unknown error.")); } else { - emit errorMessage(job->errorString()); + emit errorMessage(errorString); } } } -- cgit v1.3