aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--journal-notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/journal-notify.c b/journal-notify.c
index 099dd60..58019f4 100644
--- a/journal-notify.c
+++ b/journal-notify.c
@@ -59,9 +59,9 @@ int notify(const char * identifier, const char * message, uint8_t priority,
notification =
#if NOTIFY_CHECK_VERSION(0, 7, 0)
- notify_notification_new(identifier, message, icon);
+ notify_notification_new(identifier_markup, message_markup, icon);
#else
- notify_notification_new(identifier, message, icon, NULL);
+ notify_notification_new(identifier_markup, message_markup, icon, NULL);
#endif
if (notification == NULL)