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