[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=6e7f5c3

The following commit has been merged in the master branch:
commit 6e7f5c3129654790b726782811b7796116d27274
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
---
 plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml b/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml
index cdfff9e..8a66626 100644
--- a/plasmoid/org.kde.ktp-chatplasmoid/contents/ui/ConversationDelegate.qml
+++ b/plasmoid/org.kde.ktp-chatplasmoid/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-text-ui packaging



More information about the pkg-kde-commits mailing list