From c1fcd0dac76841efabaa42f2d93f9c9fa8368c0d Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 31 Jul 2011 16:06:39 +0200 Subject: [PATCH] Status: Multi (;;) dynamic mouse section possible --- src/status.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/status.c b/src/status.c index e0ff3a7..4d66e1a 100644 --- a/src/status.c +++ b/src/status.c @@ -36,7 +36,7 @@ static int sw = 0; /** Parse dynamic mouse binds in str and insert it in linked list - * --> (button;func;cmd)\[;;;;]\ add a mouse bind on the block object + * --> \[;;;;(button;func;cmd)]\ add a mouse bind on the block object *\param str String *\param area Area of clicking *\param win Win to click @@ -60,8 +60,6 @@ statustext_mouse(char *str, Geo area, Window win) sm->win = win; SLIST_INSERT_HEAD(&smhead, sm, next); - - break; } return;