actions: fix modifying player state string after interface toggle

This commit is contained in:
Andrzej Rybczak
2012-10-06 17:46:10 +02:00
parent 439e004cfa
commit ca24c5be5b

View File

@@ -213,8 +213,7 @@ void Action::ResizeScreen(bool reload_main_window)
applyToVisibleWindows(&BaseScreen::refresh);
Status::Changes::elapsedTime();
if (!Mpd.isPlaying())
Status::Changes::playerState();
Status::Changes::playerState();
// Note: routines for drawing separator if alternative user
// interface is active and header is hidden are placed in
// NcmpcppStatusChanges.StatusFlags