[SCM] ktp-auth-handler packaging branch, master, updated. debian/15.12.1-2-282-g080758e

Maximiliano Curia maxy at moszumanska.debian.org
Fri May 27 23:58:39 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-auth-handler.git;a=commitdiff;h=b8b32fb

The following commit has been merged in the master branch:
commit b8b32fb8074bdcced1a19f5916db3cf7dd6ed105
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu Dec 29 18:33:29 2011 +0100

    Make string translatable
---
 x-messenger-oauth2-auth-operation.cpp   | 2 +-
 x-telepathy-password-auth-operation.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x-messenger-oauth2-auth-operation.cpp b/x-messenger-oauth2-auth-operation.cpp
index 4976f0e..a4950af 100644
--- a/x-messenger-oauth2-auth-operation.cpp
+++ b/x-messenger-oauth2-auth-operation.cpp
@@ -98,7 +98,7 @@ void XMessengerOAuth2AuthOperation::onDialogFinished(int result)
     switch (result) {
     case QDialog::Rejected:
         kDebug() << "Authentication cancelled";
-        m_saslIface->AbortSASL(Tp::SASLAbortReasonUserAbort, "User cancelled auth");
+        m_saslIface->AbortSASL(Tp::SASLAbortReasonUserAbort, i18n("User cancelled auth"));
         setFinished();
         if (!m_dialog.isNull()) {
             m_dialog.data()->deleteLater();
diff --git a/x-telepathy-password-auth-operation.cpp b/x-telepathy-password-auth-operation.cpp
index 917647d..8696dc2 100644
--- a/x-telepathy-password-auth-operation.cpp
+++ b/x-telepathy-password-auth-operation.cpp
@@ -106,7 +106,7 @@ void XTelepathyPasswordAuthOperation::onDialogFinished(int result)
     switch (result) {
     case QDialog::Rejected:
         kDebug() << "Authentication cancelled";
-        m_saslIface->AbortSASL(Tp::SASLAbortReasonUserAbort, "User cancelled auth");
+        m_saslIface->AbortSASL(Tp::SASLAbortReasonUserAbort, i18n("User cancelled auth"));
         setFinished();
         if (!m_dialog.isNull()) {
             m_dialog.data()->deleteLater();

-- 
ktp-auth-handler packaging



More information about the pkg-kde-commits mailing list