MFC: 1.418

Fix minimal installation check.  'X' was not displayed when it was selected.

Approved by:	re (scottl)
This commit is contained in:
jkim 2006-04-14 20:51:17 +00:00
parent 1df3f8fe4c
commit 80e64fe036

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