From 458d4c300481a60f7c701bd99a3817efc8f6458b Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 31 Mar 2009 21:07:28 +0200 Subject: [PATCH] restore window title after playing song --- src/status.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/status.cpp b/src/status.cpp index b7915cad..f5db1a77 100644 --- a/src/status.cpp +++ b/src/status.cpp @@ -307,6 +307,7 @@ void NcmpcppStatusChanged(Connection *Mpd, StatusChanges changed, void *) } case psPlay: { + WindowTitle(utf_to_locale_cpy(np.toString(Config.song_window_title_format))); player_state = "Playing: "; Playlist::ReloadRemaining = 1; changed.ElapsedTime = 1;