diff options
author | fluxgen <fluxgen> | 2006-06-18 21:14:19 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-06-18 21:14:19 (GMT) |
commit | 36191fb02d58d84262cb1040395c6606b80328e6 (patch) | |
tree | 8cc8a7037224940e9aeded57ba9f67c8ca956d64 /src/WinClient.cc | |
parent | 22ad1c4d23e1264589a71ac9d0e269d487686e13 (diff) | |
download | fluxbox_pavel-36191fb02d58d84262cb1040395c6606b80328e6.zip fluxbox_pavel-36191fb02d58d84262cb1040395c6606b80328e6.tar.bz2 |
fixed bug #1507754, windowtitle in toolbar not updated. Solution: reset m_title_override to false.
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index acb8250..9317c81 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -355,6 +355,7 @@ void WinClient::setTitle(FbTk::FbString &title) { | |||
355 | m_title_override = true; | 355 | m_title_override = true; |
356 | if (m_win) | 356 | if (m_win) |
357 | m_win->updateTitleFromClient(*this); | 357 | m_win->updateTitleFromClient(*this); |
358 | m_title_override = false; | ||
358 | } | 359 | } |
359 | 360 | ||
360 | void WinClient::setIconTitle(FbTk::FbString &icon_title) { | 361 | void WinClient::setIconTitle(FbTk::FbString &icon_title) { |