From 0569faa14f7d05379462042b7d0b11f7ce84dc5d Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 27 Aug 2009 20:10:58 +0200 Subject: pressing stop now redraws stopped item properly --- streamer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'streamer.c') diff --git a/streamer.c b/streamer.c index 06dd0e7f..58a208c5 100644 --- a/streamer.c +++ b/streamer.c @@ -123,6 +123,7 @@ streamer_thread (uintptr_t ctx) { nextsong = -1; p_stop (); messagepump_push (M_SONGCHANGED, 0, pl_get_idx_of (playlist_current_ptr), -1); + pl_set_current (NULL); continue; } else if (p_isstopped ()) { -- cgit v1.2.3