]> Dogcows Code - chaz/tint2/commitdiff
fixed issue 150
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Sun, 27 Sep 2009 07:44:41 +0000 (07:44 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Sun, 27 Sep 2009 07:44:41 +0000 (07:44 +0000)
src/tint.c

index b4e4c879f0e71f74a5bea3bbd3ca5f2e3d0ede84..c85bd1bac8f4cbb9dbd4358098c9ab769bb90513 100644 (file)
@@ -268,8 +268,7 @@ void event_button_press (XEvent *e)
        Panel *panel = get_panel(e->xany.window);
        if (!panel) return;
 
-       if (panel_mode == MULTI_DESKTOP)
-               task_drag = click_task(panel, e->xbutton.x, e->xbutton.y);
+       task_drag = click_task(panel, e->xbutton.x, e->xbutton.y);
 
        if (wm_menu && !task_drag && !click_clock(panel, e->xbutton.x, e->xbutton.y) && (e->xbutton.button != 1) ) {
                // forward the click to the desktop window (thanks conky)
This page took 0.021543 seconds and 4 git commands to generate.