IDE: new form: fixed endless loop

git-svn-id: trunk@35024 -
This commit is contained in:
mattias 2012-01-29 18:39:36 +00:00
parent 3543c6f1d0
commit cf7d30b101

View File

@ -5289,7 +5289,7 @@ function TMainIDE.NewUniqueComponentName(Prefix: string): string;
if SysUtils.CompareText(AnUnitInfo.ComponentName,Identifier)=0 then exit;
end;
end;
Result:=true;
Result:=false;
end;
function SearchPackage(APackage: TLazPackage; const Identifier: string): boolean;