Backed out changeset 876aa29eebe4 which was a patch in my mq which I pushed by mistake

This commit is contained in:
Ehsan Akhgari 2009-02-27 00:15:33 +03:30
Родитель 798c419ebd
Коммит 13ed78a7fc
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -6913,8 +6913,6 @@ let gPrivateBrowsingUI = {
document.getElementById("menu_import").setAttribute("disabled", "true");
document.getElementById("Tools:Sanitize").setAttribute("disabled", "true");
this._privateBrowsingAutoStarted = this._privateBrowsingService.autoStarted;
if (!this._privateBrowsingAutoStarted) {
@ -6942,8 +6940,6 @@ let gPrivateBrowsingUI = {
document.getElementById("menu_import").removeAttribute("disabled");
document.getElementById("Tools:Sanitize").removeAttribute("disabled");
gFindBar.getElement("findbar-textbox").reset();
this._setPBMenuTitle("start");