aboutsummaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc2
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