Code

screen_play: repaint if current song has changed
authorMax Kellermann <max@duempel.org>
Fri, 26 Sep 2008 06:48:31 +0000 (08:48 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 26 Sep 2008 06:48:31 +0000 (08:48 +0200)
commit3dd3b3fe567abbc004c344a519aa911cff31e568
tree265899af4ea54852df13c3f5b605c348db1a4eda
parent93a8274fc78abe78284398e1947a8b6c1c9ba611
screen_play: repaint if current song has changed

The play_update() function was reduced too much: it didn't repaint the
screen when the current song changed.  Add check for that.

Don't repaint the screen in center_playing_item(), make the caller do
it.
src/screen_play.c