diff options
author | Qball Cow <qball@qballcow.nl> | 2009-01-25 16:23:02 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-25 16:37:29 +0100 |
commit | b6c3adcaaaee10721cb568e439ef7a1b41dc5564 (patch) | |
tree | 77a361e15fd3c590b6f9751437380ebe2a7521a0 /src/idle.c | |
parent | 3635c93acbc3da87880e886d924020c427d1774a (diff) | |
download | mpd-b6c3adcaaaee10721cb568e439ef7a1b41dc5564.tar.gz mpd-b6c3adcaaaee10721cb568e439ef7a1b41dc5564.tar.xz mpd-b6c3adcaaaee10721cb568e439ef7a1b41dc5564.zip |
Add idle event on sticker deletion, update and insertion
Diffstat (limited to '')
-rw-r--r-- | src/idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idle.c b/src/idle.c index 26c15c48b..a29174314 100644 --- a/src/idle.c +++ b/src/idle.c @@ -38,7 +38,7 @@ static const char *const idle_names[] = { "mixer", "output", "options", - "elapsed", + "sticker", NULL }; |