From 092e5665e0e1ad3d93d9412584c017e915f13357 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Fri, 30 May 2003 19:45:46 +0000 Subject: [PATCH] remove bogus comment; r=Neil; rs=sspitzer; bug 129054 git-svn-id: svn://10.0.0.236/trunk@143109 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/ui/composer/content/ComposerCommands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/ui/composer/content/ComposerCommands.js b/mozilla/editor/ui/composer/content/ComposerCommands.js index 7ff46f9f8de..5e94afe765f 100644 --- a/mozilla/editor/ui/composer/content/ComposerCommands.js +++ b/mozilla/editor/ui/composer/content/ComposerCommands.js @@ -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 {