Camino only - Bug 368443: Remove stored session when reseting Camino. r=stridey sr=pink

This commit is contained in:
stuart.morgan%alumni.case.edu 2007-01-29 17:59:55 +00:00
Родитель 5f13965e6a
Коммит 45b163625a
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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)