diff options
-rw-r--r-- | release/sysinstall/install.c | 3 | ||||
-rw-r--r-- | usr.sbin/sade/install.c | 3 | ||||
-rw-r--r-- | usr.sbin/sysinstall/install.c | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 0e4f0e5..c978c0c 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.94 1996/04/30 05:23:46 jkh Exp $ + * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self) /* This will also set the media device, which we don't want */ tcpDeviceSelect(); mediaDevice = save; + dialog_clear(); } } diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 0e4f0e5..c978c0c 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.94 1996/04/30 05:23:46 jkh Exp $ + * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self) /* This will also set the media device, which we don't want */ tcpDeviceSelect(); mediaDevice = save; + dialog_clear(); } } diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 0e4f0e5..c978c0c 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.94 1996/04/30 05:23:46 jkh Exp $ + * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self) /* This will also set the media device, which we don't want */ tcpDeviceSelect(); mediaDevice = save; + dialog_clear(); } } |