From e0016d10a15d291f413e31dcb201e796eb2f4cbe Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sat, 30 Apr 2016 14:16:37 +0200 Subject: [PATCH] Fixed notifications. --- src/gui/notifications/notification.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/notifications/notification.cpp b/src/gui/notifications/notification.cpp index d1b0209e2..9469e1ca5 100755 --- a/src/gui/notifications/notification.cpp +++ b/src/gui/notifications/notification.cpp @@ -103,9 +103,8 @@ void Notification::notify(const QString &text, const QString &title, const QIcon if (response.arguments().size() == 1) { // Message was sent, notification should display. m_dBusActiveNotification = response.arguments().at(0).toUInt(); + return; } - - return; } #endif