1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 15:44:12 +01:00

Fix completion list sizing issues.

This commit is contained in:
Kris Maglione
2011-10-03 07:11:01 -04:00
parent 3fa67e8ec4
commit ef849d436e
3 changed files with 20 additions and 14 deletions

View File

@@ -80,6 +80,7 @@ var Cache = Module("Cache", XPCOM(Ci.nsIRequestObserver), {
}
catch (e if e.result == Cr.NS_ERROR_FILE_CORRUPTED) {
util.reportError(e);
this.closeWriter();
this.cacheFile.remove(false);
}