From 955a8e76cfd8a99ea2ad75a22b57263b3cc63c32 Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Tue, 13 May 2003 14:05:00 +0000
Subject: minor debug msg fix

---
 src/Window.cc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Window.cc b/src/Window.cc
index 1c47fa7..385565a 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 // DEALINGS IN THE SOFTWARE.
 
-// $Id: Window.cc,v 1.173 2003/05/13 11:14:05 rathnor Exp $
+// $Id: Window.cc,v 1.174 2003/05/13 14:05:00 fluxgen Exp $
 
 #include "Window.hh"
 
@@ -2054,7 +2054,9 @@ void FluxboxWindow::mapNotifyEvent(XMapEvent &ne) {
 
         // Auto-group from tab?
         if (!client->isTransient()) {
+#ifdef DEBUG
             cerr<<__FILE__<<"("<<__FUNCTION__<<") TODO check grouping here"<<endl;
+#endif // DEBUG
         }
 
         fluxbox->ungrab();
-- 
cgit v0.11.2