Fixed notifications.

This commit is contained in:
Martin Rotter 2016-04-30 14:16:37 +02:00
parent ca458ee5c0
commit e0016d10a1
1 changed files with 1 additions and 2 deletions

View File

@ -103,10 +103,9 @@ void Notification::notify(const QString &text, const QString &title, const QIcon
if (response.arguments().size() == 1) { if (response.arguments().size() == 1) {
// Message was sent, notification should display. // Message was sent, notification should display.
m_dBusActiveNotification = response.arguments().at(0).toUInt(); m_dBusActiveNotification = response.arguments().at(0).toUInt();
}
return; return;
} }
}
#endif #endif
// Show it. // Show it.