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

This commit is contained in:
fluxgen 2006-06-18 21:14:19 +00:00
parent 22ad1c4d23
commit 36191fb02d

View file

@ -355,6 +355,7 @@ void WinClient::setTitle(FbTk::FbString &title) {
m_title_override = true;
if (m_win)
m_win->updateTitleFromClient(*this);
m_title_override = false;
}
void WinClient::setIconTitle(FbTk::FbString &icon_title) {