summaryrefslogtreecommitdiff
path: root/daemon/notificationmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/notificationmanager.cpp')
-rw-r--r--daemon/notificationmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/notificationmanager.cpp b/daemon/notificationmanager.cpp
index f123c23..26c44e4 100644
--- a/daemon/notificationmanager.cpp
+++ b/daemon/notificationmanager.cpp
@@ -116,7 +116,7 @@ uint NotificationManager::Notify(const QString &app_name, uint replaces_id, cons
QString owner = hints.value("x-nemo-owner", "none").toString();
// Ignore transient notifcations
- if (hints.value("transient", false).toBool() == true) {
+ if (hints.value("transient", false).toBool()) {
qCDebug(l) << "Ignoring transient notification from " << owner;
return 0;
}