aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.c
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2005-06-14 17:45:03 +0000
committerKalle Wallin <kaw@linux.se>2005-06-14 17:45:03 +0000
commit1304e410279ad52fe295ad61c9af78a82d56cc88 (patch)
tree8246dc764c20a40b87b968d43e42d141e19cf0e3 /src/options.c
parente596ad493f4f2f42d3e0009ae58f46c0480dabcb (diff)
downloadmpd-1304e410279ad52fe295ad61c9af78a82d56cc88.tar.gz
mpd-1304e410279ad52fe295ad61c9af78a82d56cc88.tar.xz
mpd-1304e410279ad52fe295ad61c9af78a82d56cc88.zip
Added artist screen info
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3356 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/options.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c
index 4e7ce026b..e1ed99e63 100644
--- a/src/options.c
+++ b/src/options.c
@@ -163,6 +163,9 @@ handle_option(int c, char *arg)
#ifdef HAVE_GETMOUSE
printf(" getmouse");
#endif
+#ifdef ENABLE_ARTIST_SCREEN
+ printf(" artist-screen");
+#endif
#ifdef ENABLE_SEARCH_SCREEN
printf(" search-screen");
#endif