summaryrefslogtreecommitdiff
path: root/notificationmonitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'notificationmonitor.cpp')
-rw-r--r--notificationmonitor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/notificationmonitor.cpp b/notificationmonitor.cpp
index 5e159ec..60e226a 100644
--- a/notificationmonitor.cpp
+++ b/notificationmonitor.cpp
@@ -114,6 +114,8 @@ void NotificationMonitorPrivate::processIncomingNotification(quint32 id, const P
n->setTimestamp(QDateTime::currentDateTime());
}
+ n->setCategory(proto.hints.value("category"));
+
n->setPreviewSummary(proto.hints.value("x-nemo-preview-summary"));
n->setPreviewBody(proto.hints.value("x-nemo-preview-body"));