зеркало из https://github.com/mozilla/pjs.git
Camino only - Bug 368443: Remove stored session when reseting Camino. r=stridey sr=pink
This commit is contained in:
Родитель
5f13965e6a
Коммит
45b163625a
|
@ -920,6 +920,9 @@ NSString* const kPreviousSessionTerminatedNormallyKey = @"PreviousSessionTermina
|
|||
}
|
||||
[openWindows release];
|
||||
|
||||
// clear the saved session in case we crash
|
||||
[[SessionManager sharedInstance] clearSavedState];
|
||||
|
||||
// remove cache
|
||||
nsCOMPtr<nsICacheService> cacheServ (do_GetService("@mozilla.org/network/cache-service;1"));
|
||||
if (cacheServ)
|
||||
|
|
Загрузка…
Ссылка в новой задаче