From ad49b2f3f3717d6fd01ed0b4850738ceb0b1c215 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 24 Nov 2016 12:54:01 +0100 Subject: actually use the escaped text... --- journal-notify.c | 4 ++-- 1 file 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) -- cgit v1.2.3-54-g00ecf