mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 116306 - switching themes by switching profiles doesn't switch theme. r=hyatt@netscape.com/sr=brendan@mozilla.org
This commit is contained in:
parent
e13a34a78b
commit
6de6156926
@ -3189,7 +3189,6 @@ NS_IMETHODIMP nsChromeRegistry::Observe(nsISupports *aSubject, const char *aTopi
|
||||
mChromeDataSource = nsnull;
|
||||
mScrollbarSheet = mFormSheet = nsnull;
|
||||
mInstallInitialized = mProfileInitialized = PR_FALSE;
|
||||
(void)FlushCaches();
|
||||
|
||||
if (!nsCRT::strcmp("shutdown-cleanse", NS_ConvertUCS2toUTF8(someData).get())) {
|
||||
nsCOMPtr<nsIFile> userChromeDir;
|
||||
|
@ -3189,7 +3189,6 @@ NS_IMETHODIMP nsChromeRegistry::Observe(nsISupports *aSubject, const char *aTopi
|
||||
mChromeDataSource = nsnull;
|
||||
mScrollbarSheet = mFormSheet = nsnull;
|
||||
mInstallInitialized = mProfileInitialized = PR_FALSE;
|
||||
(void)FlushCaches();
|
||||
|
||||
if (!nsCRT::strcmp("shutdown-cleanse", NS_ConvertUCS2toUTF8(someData).get())) {
|
||||
nsCOMPtr<nsIFile> userChromeDir;
|
||||
|
Loading…
Reference in New Issue
Block a user