[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:12:54 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=bc842f6

The following commit has been merged in the master branch:
commit bc842f6f90d1dfb56a55f2bdcf4ba5d2e29a7c7c
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Tue Oct 25 15:40:20 2011 +0200

    Use the new displayVerboseErrorMessage() method for displaying errors
---
 error-handler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/error-handler.cpp b/error-handler.cpp
index 3c90a16..f11533a 100644
--- a/error-handler.cpp
+++ b/error-handler.cpp
@@ -65,7 +65,7 @@ void ErrorHandler::handleErrors(const Tp::ConnectionStatus status)
                 showMessageToUser(i18n("Could not connect %1. There was a network error, check your connection", account->displayName()), ErrorHandler::SystemMessageError);
                 break;
             default:
-                showMessageToUser(ErrorDictionary::instance()->displayErrorMessage(connectionError), ErrorHandler::SystemMessageError);
+                showMessageToUser(ErrorDictionary::instance()->displayVerboseErrorMessage(connectionError), ErrorHandler::SystemMessageError);
                 break;
         }
     }

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list