diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-03 21:48:24 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-05-10 11:00:45 (GMT) |
commit | 129bac1e0f0979c80902edc8e092596b81fe14f6 (patch) | |
tree | 0624ee5da85ec2d1f758612cddae2e95a50249f9 /src/Window.cc | |
parent | 0775350fee345e37fb59835dda4d85664346b606 (diff) | |
download | fluxbox-129bac1e0f0979c80902edc8e092596b81fe14f6.zip fluxbox-129bac1e0f0979c80902edc8e092596b81fe14f6.tar.bz2 |
Convert Focusable::dieSig to FbTk::Signal
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index 756c358..ca63178 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -350,7 +350,7 @@ FluxboxWindow::~FluxboxWindow() { | |||
350 | m_timer.stop(); | 350 | m_timer.stop(); |
351 | 351 | ||
352 | // notify die | 352 | // notify die |
353 | m_diesig.notify(); | 353 | dieSig().emit(*this); |
354 | 354 | ||
355 | if (m_client != 0 && !m_screen.isShuttingdown()) | 355 | if (m_client != 0 && !m_screen.isShuttingdown()) |
356 | delete m_client; // this also removes client from our list | 356 | delete m_client; // this also removes client from our list |