aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-03 21:48:24 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-05-10 11:00:45 (GMT)
commit129bac1e0f0979c80902edc8e092596b81fe14f6 (patch)
tree0624ee5da85ec2d1f758612cddae2e95a50249f9 /src/WinClient.cc
parent0775350fee345e37fb59835dda4d85664346b606 (diff)
downloadfluxbox-129bac1e0f0979c80902edc8e092596b81fe14f6.zip
fluxbox-129bac1e0f0979c80902edc8e092596b81fe14f6.tar.bz2
Convert Focusable::dieSig to FbTk::Signal
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