IDE: package links: show missing lpk as invalid

git-svn-id: branches/fixes_1_2@43953 -
This commit is contained in:
mattias 2014-02-08 15:48:20 +00:00
parent 2e9adcacab
commit af724a1ca6

View File

@ -331,7 +331,8 @@ begin
Link.LPKInfo.Assign(Info);
if Link.LPKInfo.LPKParsed=lpkiParsedError then
Link.IsValid:=false;
end;
end else
Link.IsValid:=false;
if Link.IsValid then begin
if not LPKFileValidCheckBox.Checked then Link.Visible:=false;
end else begin