Fix minimal installation check. 'X' was not displayed when it was selected.
Reported by: Ian J. Hart <ianjhart at ntlworld dot com> Pieter de Goeje <pieter at degoeje dot nl>
This commit is contained in:
parent
1107d0af30
commit
a3ca22fc1f
@ -168,7 +168,7 @@ checkDistXUser(dialogMenuItem *self)
|
||||
static int
|
||||
checkDistMinimum(dialogMenuItem *self)
|
||||
{
|
||||
return Dists == (DIST_BASE);
|
||||
return Dists == (DIST_BASE | DIST_KERNEL);
|
||||
}
|
||||
|
||||
static int
|
||||
|
@ -168,7 +168,7 @@ checkDistXUser(dialogMenuItem *self)
|
||||
static int
|
||||
checkDistMinimum(dialogMenuItem *self)
|
||||
{
|
||||
return Dists == (DIST_BASE);
|
||||
return Dists == (DIST_BASE | DIST_KERNEL);
|
||||
}
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user