* minor stuff / cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-31 12:16:00 +03:00
parent 424d012085
commit 5c2417a041
5 changed files with 23 additions and 4 deletions

View File

@ -172,7 +172,9 @@ set_group_find_defaults (MuConfig *opts)
if (!opts->sortfield) {
opts->sortfield = "d";
opts->descending = TRUE;
}
} else
opts->descending = FALSE;
}
if (!opts->formatstr) /* by default, use plain output */