]> Dogcows Code - chaz/tint2/commitdiff
cleanup
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Thu, 14 Jan 2010 23:38:48 +0000 (23:38 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Thu, 14 Jan 2010 23:38:48 +0000 (23:38 +0000)
src/tint.c

index 2c991215f5924a2e799fb37fa612f7d08c6de341..0004f30ccb6770dfb812d67bcd5b6f05f5170edb 100644 (file)
@@ -263,7 +263,6 @@ int tint2_handles_click(Panel* panel, XButtonEvent* e)
        if (tskbar && e->button == 1 && panel_mode == MULTI_DESKTOP)
                return 1;
        if (click_clock(panel, e->x, e->y)) {
-               printf("ici 1 : %d\n", e->button);
                if ( (e->button == 1 && clock_lclick_command) || (e->button == 3 && clock_rclick_command) )
                        return 1;
                else
This page took 0.021827 seconds and 4 git commands to generate.