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


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

The following commit has been merged in the master branch:
commit e52b20566dc1a2f3c75a6ec0b2e2d7a9848c045e
Author: Aleix Pol <aleixpol at kde.org>
Date:   Fri Apr 13 03:10:24 2012 +0200

    Use ToolButton instead of Button.
    
    It doesn't look right having buttons on the panel.
    
    Reviewed by David Edmunson and Lasath Fernando
---
 chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
index cdfff9e..8a66626 100644
--- a/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
+++ b/chat/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
@@ -2,7 +2,7 @@ import QtQuick 1.1
 import org.kde.plasma.components 0.1 as PlasmaComponents
 import org.kde.qtextracomponents 0.1 as ExtraComponents
 
-PlasmaComponents.Button {
+PlasmaComponents.ToolButton {
     id: base
     width: height
 

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list