summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c5f89a)
raw | patch | inline | side by side (parent: 7c5f89a)
author | Max Kellermann <max@duempel.org> | |
Sun, 30 Nov 2008 19:41:01 +0000 (20:41 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Sun, 30 Nov 2008 19:41:01 +0000 (20:41 +0100) |
When the help screen was disabled at compile time, it was showed in
the screen list anyway.
the screen list anyway.
src/screen.c | patch | blob | history |
diff --git a/src/screen.c b/src/screen.c
index 569df7a51022a615edeb209eecfb2e4b21fb7dde..32fc668c0f261fe854e6d94e434a9c37c6e11905 100644 (file)
--- a/src/screen.c
+++ b/src/screen.c
mvwaddstr(w, 0, 0, header);
#ifndef NCMPC_MINI
} else {
+#ifdef ENABLE_HELP_SCREEN
print_hotkey(w, CMD_SCREEN_HELP, _("Help"));
+#endif
print_hotkey(w, CMD_SCREEN_PLAY, _("Playlist"));
print_hotkey(w, CMD_SCREEN_FILE, _("Browse"));
#ifdef ENABLE_ARTIST_SCREEN