author | Max Kellermann <max@duempel.org> | |
Mon, 14 Jul 2014 08:40:18 +0000 (10:40 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 14 Jul 2014 08:41:50 +0000 (10:41 +0200) | ||
commit | e7c6e5fe86fb1660a291eecce441c936f2877f53 | |
tree | f43609f7220943b49478ad82f8e38fc2b7ceaac0 | tree | snapshot |
parent | 39ebad47c28632718f89fd90019c1308b0e23dfc | commit | diff |
screen_browser: fix crash on "jump" (hotkey ".")
Regression caused by commit 4345c919f: screen_browser_paint_callback()
now expects a struct screen_browser pointer instead of a struct
filelist pointer, because it now requires access to the song format.
However, browser_lw_callback() still wants a struct filelist, and the
CMD_LIST_JUMP handler passes the former to screen_jump() for both
callbacks.
Regression caused by commit 4345c919f: screen_browser_paint_callback()
now expects a struct screen_browser pointer instead of a struct
filelist pointer, because it now requires access to the song format.
However, browser_lw_callback() still wants a struct filelist, and the
CMD_LIST_JUMP handler passes the former to screen_jump() for both
callbacks.
NEWS | diff | blob | history | |
src/screen_artist.c | diff | blob | history | |
src/screen_browser.c | diff | blob | history | |
src/screen_find.c | diff | blob | history | |
src/screen_find.h | diff | blob | history | |
src/screen_queue.c | diff | blob | history |