[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=04ce608

The following commit has been merged in the master branch:
commit 04ce608dfa7bd49d448f4170237f4a4c075376cf
Author: Lasath Fernando <kde at lasath.org>
Date:   Sun Mar 3 10:44:43 2013 +1100

    Replace uses of KTp::Message::senderName()
    
    It was renamed in ktp-common-internals to senderAlias() to match
    Tp::Message better, so this had to be updated.
---
 lib/notify-filter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/notify-filter.cpp b/lib/notify-filter.cpp
index abaf765..f417515 100644
--- a/lib/notify-filter.cpp
+++ b/lib/notify-filter.cpp
@@ -54,7 +54,7 @@ void NotifyFilter::filterMessage(KTp::Message &message, const KTp::MessageContex
 
     notification->setComponentData(telepathyComponentData());
     notification->setTitle(i18n("%1 has sent you a message",
-                                message.senderName()));
+                                message.senderAlias()));
 
     QString senderAvatar = message.property("senderAvatar").toString();
     if (!senderAvatar.isNull()) {

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list