aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-12 01:04:16 (GMT)
committerfluxgen <fluxgen>2003-08-12 01:04:16 (GMT)
commit7be86791e445a6d586528212d905cb02cd96abc3 (patch)
treef884b76380fb6944810f54eff8cd52476c7ee5ea /src/fluxbox.cc
parent905538affe88881b693424c8be205b3686255f25 (diff)
downloadfluxbox-7be86791e445a6d586528212d905cb02cd96abc3.zip
fluxbox-7be86791e445a6d586528212d905cb02cd96abc3.tar.bz2
reverted back to no updateNetizenWindowDel in removeClient
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index e12ba73..b6a0019 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.cc,v 1.182 2003/08/12 00:26:42 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.183 2003/08/12 01:04:16 fluxgen Exp $
26 26
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28 28
@@ -1345,6 +1345,8 @@ void Fluxbox::update(FbTk::Subject *changedsub) {
1345 BScreen &screen = client.screen(); 1345 BScreen &screen = client.screen();
1346 1346
1347 screen.removeClient(client); 1347 screen.removeClient(client);
1348 // finaly send notify signal
1349 screen.updateNetizenWindowDel(client.window());
1348 1350
1349 if (m_focused_window == &client) 1351 if (m_focused_window == &client)
1350 revertFocus(screen); 1352 revertFocus(screen);