Bug 245053 - crash on deleting profile - patch by vladimir@pobox.com

This commit is contained in:
bsmedberg%covad.net 2004-06-17 17:05:31 +00:00
parent 0a20fabb63
commit 6eec21fb4e

View File

@ -234,7 +234,7 @@ nsToolkitProfile::Remove(PRBool removeFiles)
mNext = nsnull;
if (nsToolkitProfileService::gService->mChosen == this)
nsToolkitProfileService::gService = nsnull;
nsToolkitProfileService::gService->mChosen = nsnull;
nsToolkitProfileService::gService->mDirty = PR_TRUE;