tgroaw: fixed toggle groups - scripts - various script and utils
(HTM) git clone git://z3bra.org/scripts
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit db7e978c8ed23852c67d682541de3c951382be91
(DIR) parent c7534edb7e7c97a99dd94da913975e9842341456
(HTM) Author: z3bra <willy@mailoo.org>
Date: Sun, 8 Feb 2015 12:02:40 +0100
groaw: fixed toggle groups
Diffstat:
M groaw | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/groaw b/groaw
t@@ -44,7 +44,7 @@ togg_group() {
wid=$(ls -1 $GROOT/$1 | sed 1q)
test -z "$wid" && return
- wattr $wid \
+ wattr m $wid \
&& hide_group $1 \
|| show_group $1
}