fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_title_override to false.
fluxgen fluxgen
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/WinClient.cc
→
src/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) {