DBG: fix callstack, opens directory in editor (unix), for unknown location. Issue #20561

git-svn-id: trunk@33095 -
This commit is contained in:
martin 2011-10-26 15:38:48 +00:00
parent 1858ce9d24
commit 6a504f60d8

View File

@ -605,7 +605,7 @@ var
AnUnitInfo: TLazProjectFile;
begin
Result := False;
if Destroying then exit;
if Destroying or (Filename = '') then exit;
(* The below currently does not work for unsaved projects *)
//Result := FilenameIsAbsolute(Filename);
//if Result then exit;