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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:34 UTC 2016


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

The following commit has been merged in the master branch:
commit 03bf6a3a96ab893e61d199761ff80a79e0a5cce8
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Fri Feb 12 08:00:05 2016 -0800

    Display the device name, not the link name
---
 daemon/kdeconnectd.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/kdeconnectd.cpp b/daemon/kdeconnectd.cpp
index 6dc939b..180cc53 100644
--- a/daemon/kdeconnectd.cpp
+++ b/daemon/kdeconnectd.cpp
@@ -94,7 +94,7 @@ public:
         KNotification* notification = new KNotification("pairingRequest");
         notification->setIconName(QStringLiteral("dialog-information"));
         notification->setComponentName("kdeconnect");
-        notification->setText(i18n("Pairing request from %1", d->deviceLink()->name()));
+        notification->setText(i18n("Pairing request from %1", getDevice(d->deviceLink()->deviceId())->name()));
         notification->setActions(QStringList() << i18n("Accept") << i18n("Reject"));
         connect(notification, &KNotification::ignored, d, &PairingHandler::rejectPairing);
         connect(notification, &KNotification::action1Activated, d, &PairingHandler::acceptPairing);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list