Fixed Reported Bugs: 5577, 5579, 5580, 6116, 6620, 6621, 6707, 6709, 6714.

Fixed overloading
Fixed calls to version registry
removed nsInstallInfo from the stream listener.


git-svn-id: svn://10.0.0.236/trunk@32959 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dougt%netscape.com
1999-05-27 21:02:57 +00:00
parent c3676ddd14
commit 000ebd5129
23 changed files with 801 additions and 2509 deletions

View File

@@ -222,7 +222,7 @@ PRInt32 nsInstallDelete::NativeComplete()
{
if (mFinalFile->IsFile())
{
return DeleteFileLater(*mFinalFile);
return DeleteFileNowOrSchedule(*mFinalFile);
}
else
{