summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-09-20 19:24:15 +0000
committerjhb <jhb@FreeBSD.org>2004-09-20 19:24:15 +0000
commit692e780178da7cdb31216f6e584bfbba6f4c8a04 (patch)
treecebc333a4fd316819fe65f144010a97b2c2f2ec2 /usr.sbin/sysinstall
parente487fab4953bbf1f92413af17326300aa1bb2e0f (diff)
downloadFreeBSD-src-692e780178da7cdb31216f6e584bfbba6f4c8a04.zip
FreeBSD-src-692e780178da7cdb31216f6e584bfbba6f4c8a04.tar.gz
Force a redraw if all dists are selected so the checklist is updated.
Submitted by: Rostislav Krasny rosti_bsd at yahoo dot com MFC after: 3 days
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/dist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 4c58b6c..c29c8b6 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -280,7 +280,7 @@ distSetEverything(dialogMenuItem *self)
XOrgDists = DIST_XORG_ALL;
i = distMaybeSetPorts(self);
distVerifyFlags();
- return i;
+ return i | DITEM_REDRAW;
}
static int
OpenPOWER on IntegriCloud