summaryrefslogtreecommitdiff
path: root/notificationmonitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'notificationmonitor.cpp')
-rw-r--r--notificationmonitor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/notificationmonitor.cpp b/notificationmonitor.cpp
index 60e226a..85acc2d 100644
--- a/notificationmonitor.cpp
+++ b/notificationmonitor.cpp
@@ -101,7 +101,8 @@ void NotificationMonitorPrivate::processIncomingNotification(quint32 id, const P
n = new Notification(id, q);
}
- n->setAppId(proto.appId);
+ n->setAppId(proto.appId);
+ n->setAppName(proto.appName);
n->setSummary(proto.summary);
n->setBody(proto.body);
n->setIcon(proto.appIcon);