aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-06-18 21:14:19 (GMT)
committerfluxgen <fluxgen>2006-06-18 21:14:19 (GMT)
commit36191fb02d58d84262cb1040395c6606b80328e6 (patch)
tree8cc8a7037224940e9aeded57ba9f67c8ca956d64 /src/WinClient.cc
parent22ad1c4d23e1264589a71ac9d0e269d487686e13 (diff)
downloadfluxbox-36191fb02d58d84262cb1040395c6606b80328e6.zip
fluxbox-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.cc1
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
360void WinClient::setIconTitle(FbTk::FbString &icon_title) { 361void WinClient::setIconTitle(FbTk::FbString &icon_title) {