From 51f30a5a63c1ce233220df0f39bfccba9975698d Mon Sep 17 00:00:00 2001
From: mathias <mathias>
Date: Mon, 10 Jan 2005 08:56:11 +0000
Subject: forgotten debug-stuff

---
 src/Window.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Window.cc b/src/Window.cc
index 109e0f3..6fdf5e4 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -1458,7 +1458,6 @@ bool FluxboxWindow::setInputFocus() {
         m_client->sendFocus();
 
         app->sync(false);
-        app->sync(false);
 
         ret = true;
     } else {
@@ -2479,6 +2478,7 @@ void FluxboxWindow::unmapNotifyEvent(XUnmapEvent &ue) {
     cerr<<__FILE__<<"("<<__FUNCTION__<<"): 0x"<<hex<<client->window()<<dec<<endl;
     cerr<<__FILE__<<"("<<__FUNCTION__<<"): title="<<client->title()<<endl;
 #endif // DEBUG
+
     restore(client, false);
 
 }
-- 
cgit v0.11.2