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


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

The following commit has been merged in the master branch:
commit dfaee45ef15e3b8bca1b54a01d448cd37aa45a5e
Author: Daniele E. Domenichelli <daniele.domenichelli at iit.it>
Date:   Fri Apr 11 13:52:27 2014 +0200

    Use the same icon as the contact list for "Join Chat Room" action
---
 presence/src/presence-applet.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/presence/src/presence-applet.cpp b/presence/src/presence-applet.cpp
index c9c2a1a..f26876e 100644
--- a/presence/src/presence-applet.cpp
+++ b/presence/src/presence-applet.cpp
@@ -213,7 +213,7 @@ void TelepathyPresenceApplet::setupContextMenuActions()
         m_contextActions.append(action);
     }
 
-    KAction *joinChatroomAction = new KAction(KIcon("user-group-new"), i18n("Join Chat Room..."), this);
+    KAction *joinChatroomAction = new KAction(KIcon("im-irc"), i18n("Join Chat Room..."), this);
 
     // application actions
     KAction *showSettingsKCMAction = new KAction(KIcon("telepathy-kde"), i18n("Instant Messaging Settings..."), this);

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list