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:
Jung-uk Kim 2006-04-14 18:18:43 +00:00
parent 1107d0af30
commit a3ca22fc1f
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ checkDistXUser(dialogMenuItem *self)
static int
checkDistMinimum(dialogMenuItem *self)
{
return Dists == (DIST_BASE);
return Dists == (DIST_BASE | DIST_KERNEL);
}
static int

View File

@ -168,7 +168,7 @@ checkDistXUser(dialogMenuItem *self)
static int
checkDistMinimum(dialogMenuItem *self)
{
return Dists == (DIST_BASE);
return Dists == (DIST_BASE | DIST_KERNEL);
}
static int