[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ktp-active] application/package/contents/ui/Chat: ktp-active: Fix displaying username in chat messa
From:       David Edmundson <kde () davidedmundson ! co ! uk>
Date:       2013-08-19 18:09:23
Message-ID: E1VBTtL-0003f4-Vx () scm ! kde ! org
[Download RAW message or body]

Git commit 2d1c97d4d6f945e24fa9b22773eb1d930f8404b9 by David Edmundson, on behalf of \
Jonathan Frederickson. Committed on 19/08/2013 at 18:08.
Pushed by davidedmundson into branch 'master'.

ktp-active: Fix displaying username in chat messages

Replaced model.user with model.senderAlias

REVIEW: 112164

M  +1    -1    application/package/contents/ui/Chat/ChatMessageDelegate.qml

http://commits.kde.org/ktp-active/2d1c97d4d6f945e24fa9b22773eb1d930f8404b9

diff --git a/application/package/contents/ui/Chat/ChatMessageDelegate.qml \
b/application/package/contents/ui/Chat/ChatMessageDelegate.qml index 97ff8de..2561f4d \
                100644
--- a/application/package/contents/ui/Chat/ChatMessageDelegate.qml
+++ b/application/package/contents/ui/Chat/ChatMessageDelegate.qml
@@ -50,7 +50,7 @@ Item {
                 left: parent.left
                 margins: 20
             }
-            text: i18nc("%1 = nick", "%1 writes", model.user)
+            text: i18nc("%1 = nick", "%1 writes", model.senderAlias)
         }
 
         Column {


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic