X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fscreen_queue.c;h=d3624d1f544a61e446f2a6344e1622a8e8e11e83;hb=51efef6302eb091d8331e0b519ece53010709048;hp=7fd73aa7080c2e1531507b0debe3a2d86217d11e;hpb=4345c919f9d9c184f2369e630089323d5fdf7691;p=ncmpc.git diff --git a/src/screen_queue.c b/src/screen_queue.c index 7fd73aa..d3624d1 100644 --- a/src/screen_queue.c +++ b/src/screen_queue.c @@ -1,5 +1,5 @@ /* ncmpc (Ncurses MPD Client) - * (c) 2004-2010 The Music Player Daemon Project + * (c) 2004-2017 The Music Player Daemon Project * Project homepage: http://musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -644,7 +644,7 @@ screen_queue_cmd(struct mpdclient *c, command_t cmd) screen_queue_repaint(); return true; case CMD_LIST_JUMP: - screen_jump(lw, screen_queue_lw_callback, NULL, NULL); + screen_jump(lw, screen_queue_lw_callback, NULL, NULL, NULL); screen_queue_save_selection(); screen_queue_repaint(); return true;