diff options
Diffstat (limited to 'src/screen_help.c')
-rw-r--r-- | src/screen_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen_help.c b/src/screen_help.c index 515e69bc1..4a7961427 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -283,7 +283,7 @@ help_cmd(screen_t *screen, mpdclient_t *c, command_t cmd) } lw->selected = lw->start+lw->rows; - if( screen_find(screen, c, + if( screen_find(screen, lw, help_text_rows, cmd, list_callback, NULL) ) { |