[SCM] ktp-approver packaging branch, master, updated. debian/15.12.1-1-299-g62cbbd7
Maximiliano Curia
maxy at moszumanska.debian.org
Fri May 27 09:13:06 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-approver.git;a=commitdiff;h=17c4b2f
The following commit has been merged in the master branch:
commit 17c4b2f0c15488aa6f83a55c968fb6df591b3247
Author: George Kiagiadakis <george.kiagiadakis at collabora.co.uk>
Date: Mon Dec 6 21:23:53 2010 +0200
Show only the contact's alias on the notification, as the previous message was too long.
---
src/textchannelapprover.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/textchannelapprover.cpp b/src/textchannelapprover.cpp
index 19eebd6..c0d1585 100644
--- a/src/textchannelapprover.cpp
+++ b/src/textchannelapprover.cpp
@@ -66,7 +66,7 @@ void TextChannelApprover::onMessageReceived(const Tp::ReceivedMessage & msg)
notification->setText(msg.text());
if (sender) {
- notification->setTitle(i18n("Incoming message from %1", sender->alias()));
+ notification->setTitle(sender->alias());
QPixmap pixmap;
if (pixmap.load(sender->avatarData().fileName)) {
--
ktp-approver packaging
More information about the pkg-kde-commits
mailing list