aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2004-09-20 19:24:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2004-09-20 19:24:15 +0000
commit6215d389ac518979144d5ed1103ab4ca409034c3 (patch)
treecebc333a4fd316819fe65f144010a97b2c2f2ec2
parent76764432e4a9595092bcaccd8153b269cdaaa831 (diff)
downloadsrc-6215d389ac518979144d5ed1103ab4ca409034c3.tar.gz
src-6215d389ac518979144d5ed1103ab4ca409034c3.zip
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
Notes
Notes: svn path=/head/; revision=135530
-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 4c58b6c0a2f0..c29c8b62676a 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