[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.1/kdebase/apps/dolphin/src
From:       David Faure <faure () kde ! org>
Date:       2008-10-14 0:27:16
Message-ID: 1223944036.997402.544.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 871138 by dfaure:

Don't show an empty error dlg box when aborting deletion.


 M  +1 -1      dolphinview.cpp  


--- branches/KDE/4.1/kdebase/apps/dolphin/src/dolphinview.cpp #871137:871138
@@ -957,7 +957,7 @@
 {
     if (job->error() == 0) {
         emit operationCompletedMessage(i18nc("@info:status", "Delete operation completed."));
-    } else {
+    } else if (job->error() != KIO::ERR_USER_CANCELED) {
         emit errorMessage(job->errorString());
     }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic