[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

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


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=204efeb

The following commit has been merged in the master branch:
commit 204efebf7fa8ea2dbc155f30b067df3d2a357780
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sun May 5 00:53:29 2013 +0200

    Use the sender alias instead of the senderId
    
    This way it will show the sender name instead of the IM id.
    
    Reviewed by David Edmundson
---
 chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
index 784e79e..6a8ac30 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ChatWidget.qml
@@ -159,7 +159,7 @@ FocusScope {
             leftMargin: 5
         }
         boundsBehavior: Flickable.StopAtBounds
-        section.property: "senderId"
+        section.property: "senderAlias"
         section.delegate: PlasmaComponents.Label { text: section; font.bold: true; anchors.right: parent.right}
         clip: true
         

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list