remove bogus comment; r=Neil; rs=sspitzer; bug 129054

git-svn-id: svn://10.0.0.236/trunk@143109 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com
2003-05-30 19:45:46 +00:00
parent fc831e763f
commit 092e5665e0

View File

@@ -1762,7 +1762,7 @@ function SaveDocument(aSaveAs, aSaveCopy, aMimeType)
if (oldLocation == relatedFilesDirStr || IsUrlAboutBlank(oldLocation))
relatedFilesDir = null;
else
relatedFilesDir = tempLocalFile.parent; // this is wrong if parent is the root!
relatedFilesDir = tempLocalFile.parent;
}
else
{