[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:13:47 UTC 2016


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

The following commit has been merged in the master branch:
commit c7243a8335b3ce06caa7bb1d8be279992c013392
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Mon Mar 19 11:46:45 2012 +0100

    Use PlasmaComponents.Label instead of Text
    
    Fixes some text color issues
---
 org.kde.ktp.contactlist/contents/ui/ListContactDelegate.qml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/org.kde.ktp.contactlist/contents/ui/ListContactDelegate.qml b/org.kde.ktp.contactlist/contents/ui/ListContactDelegate.qml
index 904caad..12942fd 100644
--- a/org.kde.ktp.contactlist/contents/ui/ListContactDelegate.qml
+++ b/org.kde.ktp.contactlist/contents/ui/ListContactDelegate.qml
@@ -20,6 +20,7 @@
 import Qt 4.7
 import org.kde.plasma.core 0.1 as PlasmaCore
 import org.kde.plasma.graphicswidgets 0.1 as PlasmaWidgets
+import org.kde.plasma.components 0.1 as PlasmaComponents
 
 Item {
     id: delegate;
@@ -58,10 +59,9 @@ Item {
         }
     }
 
-    Text {
+    PlasmaComponents.Label {
         id: nickLabel;
         text: aliasName;
-        color: PlasmaCore.Theme.textColor;
         font.bold: true;
 
         anchors {
@@ -71,10 +71,9 @@ Item {
         }
     }
 
-    Text {
+    PlasmaComponents.Label {
         id: presenceMessageLabel;
         text: presenceMessage;
-        color: PlasmaCore.Theme.textColor;
         elide: Text.ElideRight;
         font.italic: true;
 
@@ -127,7 +126,7 @@ Item {
                 break;
         }
     }
-    
+
     MouseArea {
         anchors.fill: parent
         onDoubleClicked: {

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list