Bug 278047 mozilla does not switch profile completely to a different locale selection

r=bsmedberg, sr=neil.parkwaycc.co.uk, patch=brian.lu@sun.com


git-svn-id: svn://10.0.0.236/trunk@167867 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kyle.yuan%sun.com 2005-01-17 03:14:27 +00:00
parent 3239b3c6dc
commit ec0138e9e7

View File

@ -3266,6 +3266,7 @@ NS_IMETHODIMP nsChromeRegistry::Observe(nsISupports *aSubject, const char *aTopi
if (NS_SUCCEEDED(rv) && userChromeDir)
rv = userChromeDir->Remove(PR_TRUE);
}
FlushAllCaches();
}
else if (!strcmp("profile-after-change", aTopic)) {
if (!mProfileInitialized) {