From f3849aa2b3eb49ca6a903e6627f97540c1a383f1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 18 Nov 2008 23:58:28 +0100 Subject: screen_song: new screen which views song information This new screen views all information available on a song: its location, file name, and tags. --- src/screen_list.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/screen_list.c') diff --git a/src/screen_list.c b/src/screen_list.c index 39ec8e9f3..bfbf90c63 100644 --- a/src/screen_list.c +++ b/src/screen_list.c @@ -38,6 +38,9 @@ static const struct #ifdef ENABLE_SEARCH_SCREEN { "search", &screen_search }, #endif +#ifdef ENABLE_SONG_SCREEN + { "song", &screen_song }, +#endif #ifdef ENABLE_KEYDEF_SCREEN { "keydef", &screen_keydef }, #endif -- cgit v1.2.3