From 7a3c7d383804d1578e00a3519f5feb48268fc1a9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 22 Mar 2008 06:07:44 +0200 Subject: Sort entries in enum pkgstatus Fix all users that rely on the enum sorting. --- dselect/pkgdisplay.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dselect/pkgdisplay.cc') diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc index 2e78ed7d9..8d6621949 100644 --- a/dselect/pkgdisplay.cc +++ b/dselect/pkgdisplay.cc @@ -50,11 +50,11 @@ const char 0 }, *const statusstrings[]= { N_("not installed"), + N_("removed (configs remain)"), + N_("half installed"), N_("unpacked (not set up)"), N_("failed config"), N_("installed"), - N_("half installed"), - N_("removed (configs remain)"), 0 }, *const prioritystrings[]= { N_("Required"), @@ -89,7 +89,7 @@ const char N_("bUG"), N_("?") }; -const char statuschars[]= " UC*I-"; +const char statuschars[] = " -IUC*"; const char eflagchars[]= " R?#"; const char wantchars[]= "n*=-_"; -- cgit v1.2.3