[SCM] ktp-filetransfer-handler packaging branch, master, updated. debian/15.12.1-2-226-g825cd93

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


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

The following commit has been merged in the master branch:
commit 9a364a4e0df7fc36a25da37a968f07ce7d0bccd0
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Tue Nov 29 18:01:51 2011 +0100

    Use proper i18n arguments
---
 src/handle-incoming-file-transfer-channel-job.cpp | 2 +-
 src/handle-outgoing-file-transfer-channel-job.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/handle-incoming-file-transfer-channel-job.cpp b/src/handle-incoming-file-transfer-channel-job.cpp
index 028b30f..ace7889 100644
--- a/src/handle-incoming-file-transfer-channel-job.cpp
+++ b/src/handle-incoming-file-transfer-channel-job.cpp
@@ -345,7 +345,7 @@ void HandleIncomingFileTransferChannelJobPrivate::__k__onInvalidated()
     Q_Q(HandleIncomingFileTransferChannelJob);
 
     kWarning() << "File transfer invalidated!" << channel->invalidationMessage() << "reason" << channel->invalidationReason();
-    Q_EMIT q->infoMessage(q, i18n("File transfer invalidated. %1").arg(channel->invalidationMessage()));
+    Q_EMIT q->infoMessage(q, i18n("File transfer invalidated. %1", channel->invalidationMessage()));
 
     QTimer::singleShot(0, q, SLOT(__k__doEmitResult()));
 }
diff --git a/src/handle-outgoing-file-transfer-channel-job.cpp b/src/handle-outgoing-file-transfer-channel-job.cpp
index 2b01961..7ccf758 100644
--- a/src/handle-outgoing-file-transfer-channel-job.cpp
+++ b/src/handle-outgoing-file-transfer-channel-job.cpp
@@ -292,7 +292,7 @@ void HandleOutgoingFileTransferChannelJobPrivate::__k__onInvalidated()
     Q_Q(HandleOutgoingFileTransferChannelJob);
 
     kWarning() << "File transfer invalidated!" << channel->invalidationMessage() << "reason" << channel->invalidationReason();
-    Q_EMIT q->infoMessage(q, i18n("File transfer invalidated. %1").arg(channel->invalidationMessage()));
+    Q_EMIT q->infoMessage(q, i18n("File transfer invalidated. %1", channel->invalidationMessage()));
 
     QTimer::singleShot(0, q, SLOT(__k__doEmitResult()));
 }

-- 
ktp-filetransfer-handler packaging



More information about the pkg-kde-commits mailing list