update: check whether stickers are enabled

If stickers are not configured at runtime, don't call
sticker_song_delete().
This commit is contained in:
Max Kellermann 2009-02-04 22:33:43 +01:00
parent 94685aa9bd
commit 5d0c83ba5e
1 changed files with 3 additions and 1 deletions

View File

@ -37,6 +37,7 @@
#include "config.h"
#ifdef ENABLE_SQLITE
#include "sticker.h"
#include "song_sticker.h"
#endif
@ -722,6 +723,7 @@ static void song_delete_event(void)
#ifdef ENABLE_SQLITE
/* if the song has a sticker, delete it */
if (sticker_enabled())
sticker_song_delete(delete);
#endif