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


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

The following commit has been merged in the master branch:
commit 478eb81266603e9e44289637522842571e9f3c8b
Author: Alin M Elena <alinm.elena at gmail.com>
Date:   Wed Mar 28 10:54:30 2012 +0100

    Replaced kopete icons webcamsend and voicecall with oxygen ones camera-web and audio-headset
---
 src/declarative/contents/ui/DropDownMenu.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/declarative/contents/ui/DropDownMenu.qml b/src/declarative/contents/ui/DropDownMenu.qml
index 1250723..313ffaa 100644
--- a/src/declarative/contents/ui/DropDownMenu.qml
+++ b/src/declarative/contents/ui/DropDownMenu.qml
@@ -30,7 +30,7 @@ Item {
 
         PlasmaWidgets.IconWidget {
             id: callButton;
-            icon: QIcon("voicecall");
+            icon: QIcon("audio-headset");
             width: 22;
             height: 22
 
@@ -66,7 +66,7 @@ Item {
 
         PlasmaWidgets.IconWidget {
             id: videoButton;
-            icon: QIcon("webcamsend");
+            icon: QIcon("camera-web");
             width: 22;
             height: 22;
 

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list