summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 254f664)
raw | patch | inline | side by side (parent: 254f664)
author | Max Kellermann <max@duempel.org> | |
Sat, 10 Oct 2009 14:23:03 +0000 (16:23 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sat, 10 Oct 2009 14:23:03 +0000 (16:23 +0200) |
src/screen_song.c | patch | blob | history |
diff --git a/src/screen_song.c b/src/screen_song.c
index b7ccaf05ce6c699dca885eee45b370a4bb90103c..82e4cd4e1376456d50176a760528576db3b4325c 100644 (file)
--- a/src/screen_song.c
+++ b/src/screen_song.c
!screen_song_add_stats(mpdclient_get_connection(c)))
mpdclient_handle_error(c);
- list_window_set_length(lw, 0);
+ list_window_set_length(lw, current.lines->len);
screen_song_repaint();
}