diff options
author | fluxgen <fluxgen> | 2006-05-13 19:29:55 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-05-13 19:29:55 (GMT) |
commit | bd1221a5b26826fb102ea5e99c169ea404415b07 (patch) | |
tree | 72ddb41479f104fe354f2dfd30d9aa134f8008b1 /src/WinClient.cc | |
parent | e6a107e577f0c494680d6a389bd75d21b532e0cd (diff) | |
download | fluxbox-bd1221a5b26826fb102ea5e99c169ea404415b07.zip fluxbox-bd1221a5b26826fb102ea5e99c169ea404415b07.tar.bz2 |
fixed some redraw issues with the title, thanks _markt
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 891dc26..82027da 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -353,6 +353,8 @@ void WinClient::updateTitle() { | |||
353 | void WinClient::setTitle(FbTk::FbString &title) { | 353 | void WinClient::setTitle(FbTk::FbString &title) { |
354 | m_title = title; | 354 | m_title = title; |
355 | m_title_override = true; | 355 | m_title_override = true; |
356 | if (m_win) | ||
357 | m_win->updateTitleFromClient(*this); | ||
356 | } | 358 | } |
357 | 359 | ||
358 | void WinClient::setIconTitle(FbTk::FbString &icon_title) { | 360 | void WinClient::setIconTitle(FbTk::FbString &icon_title) { |