diff options
author | fluxgen <fluxgen> | 2006-06-19 18:31:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-06-19 18:31:36 (GMT) |
commit | 20cb065cf32eff75dc4142aef56f63aba959b8ce (patch) | |
tree | a253f7d2df9eeca583ac7afc2ef2ce155035410c /src/WinClient.cc | |
parent | dd2e6c62b178e9ec5933c5b9246ddb5e6f990cd1 (diff) | |
download | fluxbox-20cb065cf32eff75dc4142aef56f63aba959b8ce.zip fluxbox-20cb065cf32eff75dc4142aef56f63aba959b8ce.tar.bz2 |
better fix for iconbar bug
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r-- | src/WinClient.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 9317c81..acb8250 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -355,7 +355,6 @@ 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; | ||
359 | } | 358 | } |
360 | 359 | ||
361 | void WinClient::setIconTitle(FbTk::FbString &icon_title) { | 360 | void WinClient::setIconTitle(FbTk::FbString &icon_title) { |