JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
reorder was misssing in Ross version of viewall
authorAnselm R. Garbe <arg@10kloc.org>
Thu, 31 Aug 2006 16:08:28 +0000 (18:08 +0200)
committerAnselm R. Garbe <arg@10kloc.org>
Thu, 31 Aug 2006 16:08:28 +0000 (18:08 +0200)
view.c

diff --git a/view.c b/view.c
index bb0647a..37b4fd7 100644 (file)
--- 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);
 }