Clear the TCP/IP device configuration screen away after we invoke it.

This commit is contained in:
Jordan K. Hubbard 1996-05-02 10:09:45 +00:00
parent 1fa6b8217d
commit 6ff0b3b86b
3 changed files with 6 additions and 3 deletions

View File

@ -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();
}
}

View File

@ -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();
}
}

View File

@ -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();
}
}