Thunderbird specific change. Has no impact on trunk builds.

Fix a silly mistake that was causing thunderbird to fail to launch if you did not pass the -mail parameter at the command line.
This commit is contained in:
scott%scott-macgregor.org 2003-07-14 22:51:52 +00:00
parent dfa0be33b9
commit 6536026dac

View File

@ -1131,6 +1131,8 @@ nsAppShellService::LaunchTask(const char *aParam, PRInt32 height, PRInt32 width,
nsAutoString cmdArgs; cmdArgs.AssignWithConversion(args);
rv = OpenWindow(chromeUrlForTask, cmdArgs, height, width);
}
else
rv = NS_ERROR_FAILURE;
}
// any failure case, do what we used to do: