Whitespace fix for Bug 669207 (right click in the empty part of the tabbar doesn't produce menu).

This commit is contained in:
Philip Chee 2013-01-19 21:05:29 +08:00
Родитель ee9de8a6c9
Коммит e7f451a264
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -934,7 +934,7 @@
if (tbattr.contains("tabbrowser-undoclosetab")) {
menuitem.setAttribute("disabled", this.mSessionStore.getClosedTabCount(window) == 0);
menuitem.hidden = this.mPrefs.getIntPref("browser.tabs.max_tabs_undo") <= 0 &&
this.mPrefs.getIntPref("browser.sessionstore.max_tabs_undo") <= 0;
this.mPrefs.getIntPref("browser.sessionstore.max_tabs_undo") <= 0;
}
else
menuitem.setAttribute("disabled", tbattr.contains("tabbrowser-multiple") && !isMultiple ||