[SCM] ktp-contact-list packaging branch, master, updated. debian/15.12.1-2-1070-g6c56f91
Maximiliano Curia
maxy at moszumanska.debian.org
Sat May 28 00:08:19 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-list.git;a=commitdiff;h=1e4e78b
The following commit has been merged in the master branch:
commit 1e4e78bbc01007e8794900c99081510404253a38
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date: Mon Dec 19 14:36:48 2011 +0100
Change the DBus service and path from "PresenceEngineActive" to "PresenceAppletActive" as we are no longer checking data engine, but the plasmoid itself.
This breaks compatibility with the old data engine based presence plasmoid.
---
main-widget.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main-widget.cpp b/main-widget.cpp
index 94050a7..4125f22 100644
--- a/main-widget.cpp
+++ b/main-widget.cpp
@@ -1340,7 +1340,7 @@ void MainWidget::closeEvent(QCloseEvent* e)
bool MainWidget::isPresencePlasmoidPresent() const
{
- QDBusInterface plasmoidOnDbus("org.kde.Telepathy.PresenceEngineActive", "/PresenceEngineActive");
+ QDBusInterface plasmoidOnDbus("org.kde.Telepathy.PresenceAppletActive", "/PresenceAppletActive");
if (plasmoidOnDbus.isValid()) {
return true;
--
ktp-contact-list packaging
More information about the pkg-kde-commits
mailing list