[SCM] ktp-approver packaging branch, master, updated. debian/15.12.1-1-299-g62cbbd7
Maximiliano Curia
maxy at moszumanska.debian.org
Fri May 27 09:13:57 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-approver.git;a=commitdiff;h=7586d6c
The following commit has been merged in the master branch:
commit 7586d6c9ec326f8699af21004ae4f6c86491d939
Author: Sven Brauch <svenbrauch at googlemail.com>
Date: Sun Oct 13 15:00:16 2013 +0200
Stop the tray icon from blinking when the channel is active.
It'll still show, but not blink all the time.
---
src/tubechannelapprover.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/tubechannelapprover.cpp b/src/tubechannelapprover.cpp
index 64aceea..836ac23 100644
--- a/src/tubechannelapprover.cpp
+++ b/src/tubechannelapprover.cpp
@@ -140,6 +140,7 @@ void TubeChannelApprover::onChannelAccepted()
m_notification.data()->deleteLater();
}
+ m_notifierItem.data()->setStatus(KStatusNotifierItem::Active);
if (!m_service.isNull() && m_service->property(QLatin1String("X-KTp-Cancellable")).toBool()) {
m_notifierItem.data()->setTitle(i18n("%1 share with %2", m_service->name(), m_channel->initiatorContact()->alias()));
//set new menu to an entry to close the channel
--
ktp-approver packaging
More information about the pkg-kde-commits
mailing list