aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 4ef37ae..b73f27c 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.cc
@@ -155,7 +155,7 @@ WinClient::~WinClient() {
155 fbwindow()->removeClient(*this); 155 fbwindow()->removeClient(*this);
156 156
157 // this takes care of any focus issues 157 // this takes care of any focus issues
158 m_diesig.notify(); 158 dieSig().emit(*this);
159 159
160 // This fixes issue 1 (see WinClient.hh): 160 // This fixes issue 1 (see WinClient.hh):
161 // If transients die before the transient_for is created 161 // If transients die before the transient_for is created