diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2004-09-23 18:23:42 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2004-09-23 18:23:42 +0000 |
| commit | 180903d46459aebda6b8cc3f9b5970408638b4a0 (patch) | |
| tree | 149d95023f640a804943500f0ed2d631ce0275df /usr.sbin/sysinstall | |
| parent | a47070a438c0eb01db6cdbe05ff0fbae4a728d62 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index da39774f2938..72f43d87d976 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/sysinstall/dist.c @@ -291,7 +291,7 @@ distSetEverything(dialogMenuItem *self) XOrgDists = DIST_XORG_ALL; i = distMaybeSetPorts(self); distVerifyFlags(); - return i; + return i | DITEM_REDRAW; } static int |
