[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:26:49 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=40c4f16

The following commit has been merged in the master branch:
commit 40c4f1654b46daf6fc06daf5f9e3c8bf23fba7e2
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Aug 20 13:50:55 2013 +0200

    Oops
---
 daemon/plugins/ping/pingplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/plugins/ping/pingplugin.cpp b/daemon/plugins/ping/pingplugin.cpp
index bf99ac0..8d9b856 100644
--- a/daemon/plugins/ping/pingplugin.cpp
+++ b/daemon/plugins/ping/pingplugin.cpp
@@ -47,7 +47,7 @@ bool PingPlugin::receivePackage(const NetworkPackage& np)
     notification->setPixmap(KIcon("dialog-ok").pixmap(48, 48));
     notification->setComponentData(KComponentData("kdeconnect", "kdeconnect"));
     notification->setTitle(device()->name());
-    notification->setText(np->get<QString>("message","Ping!"));
+    notification->setText(np.get<QString>("message","Ping!"));
     notification->sendEvent();
 
     return true;

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list