Fix the brain-o which prevented the Custom installation item from

working.  It was, as I predicted, a stupid bug and thanks to the
submitter for spotting it.  I'll also re-roll some 3.4-RELEASE install
floppies for this.
This commit is contained in:
Jordan K. Hubbard 1999-12-22 01:44:57 +00:00
parent b6c1f94fde
commit 3446977f16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54984
3 changed files with 3 additions and 3 deletions

View File

@ -825,7 +825,7 @@ DMenu MenuSubDistributions = {
NULL,
NULL,
{ { "X Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, '<', '<', '<' },
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ "All", "All system sources, binaries and X Window System",
NULL, distSetEverything },
{ "Reset", "Reset all of the below",

View File

@ -825,7 +825,7 @@ DMenu MenuSubDistributions = {
NULL,
NULL,
{ { "X Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, '<', '<', '<' },
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ "All", "All system sources, binaries and X Window System",
NULL, distSetEverything },
{ "Reset", "Reset all of the below",

View File

@ -825,7 +825,7 @@ DMenu MenuSubDistributions = {
NULL,
NULL,
{ { "X Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, '<', '<', '<' },
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ "All", "All system sources, binaries and X Window System",
NULL, distSetEverything },
{ "Reset", "Reset all of the below",