execute a strategic clear.
This commit is contained in:
parent
dbf974584d
commit
6dc5df3d74
@ -601,8 +601,10 @@ installNovice(dialogMenuItem *self)
|
|||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
|
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"
|
"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);
|
(void)configPackages(self);
|
||||||
|
}
|
||||||
|
|
||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"
|
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"
|
||||||
|
@ -601,8 +601,10 @@ installNovice(dialogMenuItem *self)
|
|||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
|
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"
|
"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);
|
(void)configPackages(self);
|
||||||
|
}
|
||||||
|
|
||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"
|
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"
|
||||||
|
@ -601,8 +601,10 @@ installNovice(dialogMenuItem *self)
|
|||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
|
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"
|
"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);
|
(void)configPackages(self);
|
||||||
|
}
|
||||||
|
|
||||||
dialog_clear_norefresh();
|
dialog_clear_norefresh();
|
||||||
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"
|
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user