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


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

The following commit has been merged in the master branch:
commit 4e186afa7b2492b0c37351fcc51b1e82a3afbb67
Author: Emil Sedgh <emilsedgh at kde.org>
Date:   Sun Mar 24 20:30:53 2013 +0430

    Its named 'plasmoid.status', not 'plasmoid.state'.
    CBUG:296928
---
 chat/org.kde.ktp-chat/contents/ui/main.qml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/main.qml b/chat/org.kde.ktp-chat/contents/ui/main.qml
index e11269e..1ee042a 100644
--- a/chat/org.kde.ktp-chat/contents/ui/main.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/main.qml
@@ -2,7 +2,7 @@
     Copyright (C) 2012 Lasath Fernando <kde at lasath.org>
     Copyright (C) 2012 David Edmundson <kde at davidedmundson.co.uk>
     Copyright (C) 2012 Aleix Pol <aleixpol at kde.org>
-    
+
     This library is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
     License as published by the Free Software Foundation; either
@@ -50,11 +50,11 @@ Grid {
 
     function reconsiderStatus() {
         if(handler.conversations.totalUnreadCount>0) {
-            plasmoid.state = NeedsAttentionStatus;
+            plasmoid.status = NeedsAttentionStatus;
         } else if(conversationsView.count>0) {
-            plasmoid.state = ActiveStatus;
+            plasmoid.status = ActiveStatus;
         } else {
-            plasmoid.state = PassiveStatus;
+            plasmoid.status = PassiveStatus;
         }
     }
 
@@ -92,7 +92,7 @@ Grid {
                 conversations: handler.conversations
                 accountManager: handler.accountManager
 
-                Component.onCompleted: plasmoid.addEventListener('ConfigChanged', 
+                Component.onCompleted: plasmoid.addEventListener('ConfigChanged',
                                         function() {
                                             var v = plasmoid.readConfig("pinnedContacts");
                                             console.log("loading state", v)

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list