aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/config.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-17 08:47:13 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-17 08:47:13 +0000
commit3b9b7e617775922f244a6a31a338ffceae30ddfc (patch)
tree1d6cafcedb59c96ea3e9343e95b8c4dc482c6a3b /usr.sbin/sade/config.c
parenta59ff6e254bfcd0fb2e76d8cf20c491b53370a1e (diff)
downloadsrc-3b9b7e617775922f244a6a31a338ffceae30ddfc.tar.gz
src-3b9b7e617775922f244a6a31a338ffceae30ddfc.zip
Now that I know which parts of the installation really need it (since
there's no menu display bug to work around now), be far more selective in my use of DITEM_RECREATE (which is slow and involves much screen I/O).
Notes
Notes: svn path=/head/; revision=21792
Diffstat (limited to 'usr.sbin/sade/config.c')
-rw-r--r--usr.sbin/sade/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c
index 62af84a40a34..bf61a2a60610 100644
--- a/usr.sbin/sade/config.c
+++ b/usr.sbin/sade/config.c
@@ -575,7 +575,7 @@ configPackages(dialogMenuItem *self)
tmp = tmp2;
}
index_init(NULL, &plist);
- return DITEM_SUCCESS | DITEM_RESTORE | DITEM_RECREATE;
+ return DITEM_SUCCESS | DITEM_RESTORE;
}
#ifdef NETCON_EXTENTIONS