Patch subject is complete summary.

1 file changed, 1 insertion(+), 2 deletions(-)
src/event.c |    3 +--


# HG changeset patch
# User Samir SAADA <[EMAIL PROTECTED]>
# Date 1227351065 -3600
# Node ID 64fe50750c29b2831b9d8f932d5c2e31d461016a
# Parent  f8ec1b413499918e85ba63843753c94672db6c6a
code cleaner

diff --git a/src/event.c b/src/event.c
--- a/src/event.c
+++ b/src/event.c
@@ -1527,8 +1527,7 @@
                 wClientSendProtocol(wwin, _XA_WM_DELETE_WINDOW,
                                     event->xkey.time);
         }
-        else if(scr->flags.doing_alt_tab){//todo test this if no danger
-            printf("alt_tabing, close \n");
+        else if(scr->flags.doing_alt_tab){
             if (wwin->protocols.DELETE_WINDOW)
                 wClientSendProtocol(wwin, _XA_WM_DELETE_WINDOW,
                                     event->xkey.time);

Reply via email to