diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 9f2f5c1..4513c47 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -1025,8 +1025,7 @@ void Fluxbox::attachSignals(FluxboxWindow &win) { | |||
1025 | win.layerSig().attach(this); | 1025 | win.layerSig().attach(this); |
1026 | win.dieSig().attach(this); | 1026 | win.dieSig().attach(this); |
1027 | STLUtil::forAll(m_atomhandler, | 1027 | STLUtil::forAll(m_atomhandler, |
1028 | bind2nd(mem_fun(&AtomHandler::setupFrame), win)); | 1028 | CallMemFunWithRefArg<AtomHandler, FluxboxWindow&, void>(&AtomHandler::setupFrame, win)); |
1029 | // CallMemFunWithRefArg<AtomHandler, FluxboxWindow&, void>(&AtomHandler::setupFrame, win)); | ||
1030 | } | 1029 | } |
1031 | 1030 | ||
1032 | void Fluxbox::attachSignals(WinClient &winclient) { | 1031 | void Fluxbox::attachSignals(WinClient &winclient) { |