diff options
author | Christian Hesse <mail@eworm.de> | 2015-07-09 16:45:10 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2015-07-09 16:45:10 +0200 |
commit | d603590d744cfc4ee0305244e9447e61c43c400d (patch) | |
tree | 95582e2f06e812f5e8a87c50bcacab5473670a13 /config.def.h | |
parent | a9e365e1d6fab83f7557499e45b0e06291de0240 (diff) | |
download | mpd-notification-d603590d744cfc4ee0305244e9447e61c43c400d.tar.gz mpd-notification-d603590d744cfc4ee0305244e9447e61c43c400d.tar.zst |
rename define after icon name
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 8e86b5a..74f188d 100644 --- a/config.def.h +++ b/config.def.h @@ -12,7 +12,7 @@ #define NOTIFICATION_TIMEOUT 10000 /* name of the icon used for notifications */ -#define ICON_SOUND "audio-x-generic" +#define ICON_AUDIO_X_GENERIC "audio-x-generic" /* strings used to display notification messages * TEXT_PLAY needs to include three '%s', in order: |