aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/view.c b/view.c
index bb0647a..37b4fd7 100644
--- a/view.c
+++ b/view.c
@@ -280,6 +280,7 @@ viewall(Arg *arg)
for(i = 0; i < ntags; i++)
seltag[i] = True;
+ reorder();
arrange(NULL);
}