aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_n_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jo_n_notify.c')
-rw-r--r--src/jo_n_notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jo_n_notify.c b/src/jo_n_notify.c
index a92f2b2..f98ea1d 100644
--- a/src/jo_n_notify.c
+++ b/src/jo_n_notify.c
@@ -21,7 +21,7 @@ jo_n_notify
{
NotifyNotification *n;
- notify_init("lowbat");
+ notify_init(JO_LOWBAT);
n = notify_notification_new(head, body, NULL);
notify_notification_set_urgency(n, u);
notify_notification_set_timeout(n, t);