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


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

The following commit has been merged in the master branch:
commit ff0eb5d206d51ef299329678bfc15c1be14e3d09
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Feb 25 04:29:48 2013 +0100

    There's not such handler.conversations.count
    
    Change to conversationsView.count for the moment, it should do the
    same.
    
    Reviewed by David Edmundson
---
 chat/org.kde.ktp-chat/contents/ui/main.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/main.qml b/chat/org.kde.ktp-chat/contents/ui/main.qml
index b0f7245..2072a7e 100644
--- a/chat/org.kde.ktp-chat/contents/ui/main.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/main.qml
@@ -33,7 +33,7 @@ Grid {
     property real minimumHeight: flow===Flow.TopToBottom ? itemsCount*minimumItemSize : minimumItemSize
     property real minimumWidth: flow===Flow.LeftToRight ? itemsCount*minimumItemSize : minimumItemSize
     property int currentIndex: -1
-    property int itemsCount: pinnedModel.count + handler.conversations.count
+    property int itemsCount: pinnedModel.count + conversationsView.count
     property real itemWidth: Math.max(0, flow===Flow.LeftToRight ? Math.min(height, width/itemsCount) : width)
     property real itemHeight:Math.max(0, flow===Flow.TopToBottom ? Math.min(width, height/itemsCount) : height)
 

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list