[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:13:00 UTC 2016


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

The following commit has been merged in the master branch:
commit 49d56269cc091e638fcf2b1fd6d53116f13bff54
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Thu Nov 10 15:39:47 2011 +0100

    Let the user know which account caused the error
---
 error-handler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/error-handler.cpp b/error-handler.cpp
index f11533a..476965a 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()->displayVerboseErrorMessage(connectionError), ErrorHandler::SystemMessageError);
+                showMessageToUser(i18n("There was a problem while trying to connect %1 - %2", account->displayName(), ErrorDictionary::instance()->displayVerboseErrorMessage(connectionError)), ErrorHandler::SystemMessageError);
                 break;
         }
     }

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list