[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:27:14 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=0eb8e5c
The following commit has been merged in the master branch:
commit 0eb8e5cbdfac64fc65409f015377d801b4bda37e
Author: Albert Vaca <albertvaka at gmail.com>
Date: Fri Jan 10 19:01:09 2014 +0100
Commented a chunk of code for the future
---
kded/plugins/notifications/notificationsdbusinterface.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/kded/plugins/notifications/notificationsdbusinterface.cpp b/kded/plugins/notifications/notificationsdbusinterface.cpp
index bc55b80..c56a3d8 100644
--- a/kded/plugins/notifications/notificationsdbusinterface.cpp
+++ b/kded/plugins/notifications/notificationsdbusinterface.cpp
@@ -55,13 +55,17 @@ void NotificationsDbusInterface::processPackage(const NetworkPackage& np)
removeNotification(np.get<QString>("id"));
} else {
+
+ //TODO: Uncoment when we are able to display app icon on plasmoid
QString destination;
+ /*
if (np.hasPayload()) {
QString filename = KMD5(np.get<QString>("appName").toLatin1()).hexDigest(); //TODO: Store with extension?
destination = imagesDir.absoluteFilePath(filename);
FileTransferJob* job = np.createPayloadTransferJob(destination);
job->start();
}
+ */
Notification* noti = new Notification(np, destination, this);
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list