From be19b59d0f3403ed050d86eb94f0e5a9f8d58ae1 Mon Sep 17 00:00:00 2001 From: akir Date: Thu, 30 Sep 2004 18:45:26 +0000 Subject: title of current tab-window is now shown in the iconbar-buttons --- src/Window.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Window.cc b/src/Window.cc index a110686..2185a2b 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.299 2004/09/11 12:33:14 rathnor Exp $ +// $Id: Window.cc,v 1.300 2004/09/30 18:45:26 akir Exp $ #include "Window.hh" @@ -952,6 +952,7 @@ bool FluxboxWindow::setCurrentClient(WinClient &client, bool setinput) { m_client = &client; m_client->raise(); + titleSig().notify(); #ifdef DEBUG cerr<<"FluxboxWindow::"<<__FUNCTION__<<": labelbutton[client] = "<< @@ -2267,7 +2268,7 @@ void FluxboxWindow::propertyNotifyEvent(WinClient &client, Atom atom) { client.updateIconTitle(); case XA_WM_NAME: updateTitleFromClient(client); - m_titlesig.notify(); + titleSig().notify(); break; case XA_WM_NORMAL_HINTS: { -- cgit v0.11.2