From 2b3e85508052f1ca931d964ca088ecf31c0f1c76 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 23 Aug 2013 13:36:39 +0200 Subject: display the notification again on SIGUSR1 --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 0047f7d..f135a8d 100644 --- a/config.def.h +++ b/config.def.h @@ -8,4 +8,5 @@ #define TEXT_PLAY "Playing %s\nby %s\nfrom %s" #define TEXT_PAUSE "Paused playback" #define TEXT_STOP "Stopped playback" +#define TEXT_NONE "No action received yet." #define TEXT_UNKNOWN "(unknown)" -- cgit v1.2.3-54-g00ecf