Do the right thing with USA_RESIDENT
This commit is contained in:
parent
2b88ef04a5
commit
5eefe53afa
@ -399,11 +399,11 @@ distMaybeSetCRYPTO(dialogMenuItem *self)
|
||||
"a second pass with the Custom Installation option.")) {
|
||||
if (!dmenuOpenSimple(&MenuCRYPTODistributions, FALSE))
|
||||
i = DITEM_FAILURE;
|
||||
else
|
||||
USAResident = TRUE;
|
||||
}
|
||||
else
|
||||
USAResident = FALSE;
|
||||
|
||||
dialog_clear_norefresh();
|
||||
USAResident = !msgYesNo("Are you actually resident in the United States?");
|
||||
|
||||
distVerifyFlags();
|
||||
return i | DITEM_REDRAW | DITEM_RESTORE;
|
||||
}
|
||||
|
@ -71,5 +71,5 @@ globalsInit(void)
|
||||
VarHead = NULL;
|
||||
mediaDevice = NULL;
|
||||
RunningAsInit = FALSE;
|
||||
USAResident = TRUE;
|
||||
USAResident = FALSE;
|
||||
}
|
||||
|
@ -71,5 +71,5 @@ globalsInit(void)
|
||||
VarHead = NULL;
|
||||
mediaDevice = NULL;
|
||||
RunningAsInit = FALSE;
|
||||
USAResident = TRUE;
|
||||
USAResident = FALSE;
|
||||
}
|
||||
|
@ -399,11 +399,11 @@ distMaybeSetCRYPTO(dialogMenuItem *self)
|
||||
"a second pass with the Custom Installation option.")) {
|
||||
if (!dmenuOpenSimple(&MenuCRYPTODistributions, FALSE))
|
||||
i = DITEM_FAILURE;
|
||||
else
|
||||
USAResident = TRUE;
|
||||
}
|
||||
else
|
||||
USAResident = FALSE;
|
||||
|
||||
dialog_clear_norefresh();
|
||||
USAResident = !msgYesNo("Are you actually resident in the United States?");
|
||||
|
||||
distVerifyFlags();
|
||||
return i | DITEM_REDRAW | DITEM_RESTORE;
|
||||
}
|
||||
|
@ -71,5 +71,5 @@ globalsInit(void)
|
||||
VarHead = NULL;
|
||||
mediaDevice = NULL;
|
||||
RunningAsInit = FALSE;
|
||||
USAResident = TRUE;
|
||||
USAResident = FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user