all repos — fluxbox @ 36191fb02d58d84262cb1040395c6606b80328e6

custom fork of the fluxbox windowmanager

fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_title_override to false.
fluxgen fluxgen
commit

36191fb02d58d84262cb1040395c6606b80328e6

parent

22ad1c4d23e1264589a71ac9d0e269d487686e13

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/WinClient.ccsrc/WinClient.cc

@@ -355,6 +355,7 @@ m_title = title;

m_title_override = true; if (m_win) m_win->updateTitleFromClient(*this); + m_title_override = false; } void WinClient::setIconTitle(FbTk::FbString &icon_title) {