From f3b1fd65ceb474d5c51c8f516bc1ca87b4396bb3 Mon Sep 17 00:00:00 2001 From: Thierry Lorthiois Date: Sun, 27 Sep 2009 07:44:41 +0000 Subject: [PATCH] fixed issue 150 --- src/tint.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/tint.c b/src/tint.c index b4e4c87..c85bd1b 100644 --- a/src/tint.c +++ b/src/tint.c @@ -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) -- 2.44.0