[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:29:37 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=a8bd062
The following commit has been merged in the master branch:
commit a8bd062baf15356975a76bd84b48afc5d5d3540a
Author: David Kahles <david.kahles96 at gmail.com>
Date: Thu Mar 31 23:32:36 2016 +0200
Stop clearing the notification list twice
There were two clearNotifications() calls when refreshing the notification
list. As there happens nothing relevant in between them, the second call is
useless.
REVIEW: 127542
---
interfaces/notificationsmodel.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/interfaces/notificationsmodel.cpp b/interfaces/notificationsmodel.cpp
index 20d242e..ddf5c1f 100644
--- a/interfaces/notificationsmodel.cpp
+++ b/interfaces/notificationsmodel.cpp
@@ -133,7 +133,6 @@ void NotificationsModel::receivedNotifications(QDBusPendingCallWatcher* watcher)
clearNotifications();
QDBusPendingReply<QStringList> pendingNotificationIds = *watcher;
- clearNotifications();
if (pendingNotificationIds.isError()) {
qCWarning(KDECONNECT_INTERFACES) << pendingNotificationIds.error();
return;
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list