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


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

The following commit has been merged in the master branch:
commit 6f2cd5c8bb84574ef9bee2e40773aba3babd8e1c
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri Sep 28 17:27:24 2012 +0200

    Show busy indicator over the icon when connecting
    
    Reviewed-by: David Edmundson
    BUG: 307535
    FIXED-IN: 0.5.1
---
 presence/src/presence-applet.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/presence/src/presence-applet.cpp b/presence/src/presence-applet.cpp
index d8baeed..59d0568 100644
--- a/presence/src/presence-applet.cpp
+++ b/presence/src/presence-applet.cpp
@@ -69,6 +69,7 @@ TelepathyPresenceApplet::TelepathyPresenceApplet(QObject *parent, const QVariant
     setMinimumSize(QSize(iconSize, iconSize));
 
     connect(m_globalPresence, SIGNAL(currentPresenceChanged(KTp::Presence)), this, SLOT(onPresenceChanged(KTp::Presence)));
+    connect(m_globalPresence, SIGNAL(changingPresence(bool)), this, SLOT(setBusy(bool)));
 
     setStatus(Plasma::PassiveStatus);
 

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list