diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index d1edade..d8e3736 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -433,6 +433,8 @@ void FluxboxWindow::init() { | |||
433 | FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); | 433 | FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); |
434 | join(screen().getTabPlacementResource().modifiedSig(), | 434 | join(screen().getTabPlacementResource().modifiedSig(), |
435 | FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); | 435 | FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); |
436 | join(screen().getTabWidthResource().modifiedSig(), | ||
437 | FbTk::MemFunIgnoreArgs(*this, &FluxboxWindow::applyDecorations)); | ||
436 | 438 | ||
437 | /**************************************************/ | 439 | /**************************************************/ |
438 | /* Read state above here, apply state below here. */ | 440 | /* Read state above here, apply state below here. */ |