Fix comment on trunk, comment only change, no review

This commit is contained in:
Mike Beltzner 2009-02-27 14:45:53 -08:00
Родитель ec9cc73ec6
Коммит 5b2ac4fa97
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -6914,7 +6914,7 @@ let gPrivateBrowsingUI = {
document.getElementById("menu_import").setAttribute("disabled", "true");
// Disable the Clear Recent History... menu item when in PB mode
// 1.9.1 branch only (bug 480260)
// temporary fix until bug 463607 is fixed
document.getElementById("Tools:Sanitize").setAttribute("disabled", "true");
this._privateBrowsingAutoStarted = this._privateBrowsingService.autoStarted;
@ -6945,7 +6945,7 @@ let gPrivateBrowsingUI = {
document.getElementById("menu_import").removeAttribute("disabled");
// Re-enable the Clear Recent History... menu item on exit of PB mode
// 1.9.1 branch only (bug 480260)
// temporary fix until bug 463607 is fixed
document.getElementById("Tools:Sanitize").removeAttribute("disabled");
if (gFindBar)