execute a strategic clear.

This commit is contained in:
Jordan K. Hubbard 1999-09-19 08:24:32 +00:00
parent dbf974584d
commit 6dc5df3d74
3 changed files with 9 additions and 3 deletions

View File

@ -601,8 +601,10 @@ installNovice(dialogMenuItem *self)
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
"like to browse the collection now?"))
"like to browse the collection now?")) {
dialog_clear();
(void)configPackages(self);
}
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"

View File

@ -601,8 +601,10 @@ installNovice(dialogMenuItem *self)
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
"like to browse the collection now?"))
"like to browse the collection now?")) {
dialog_clear();
(void)configPackages(self);
}
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"

View File

@ -601,8 +601,10 @@ installNovice(dialogMenuItem *self)
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
"like to browse the collection now?"))
"like to browse the collection now?")) {
dialog_clear();
(void)configPackages(self);
}
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"