Bug 306208 - tabbar is visible in popups. r=vladimir.

This commit is contained in:
mozilla.mano@sent.com 2007-08-21 22:00:34 -07:00
Родитель 3249d01cca
Коммит a1b50caf17
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1998,7 +1998,8 @@
var autoHide = this.mPrefs.getBoolPref("browser.tabs.autoHide");
var forceHide = this.mPrefs.getBoolPref("browser.tabs.forceHide");
if (!autoHide && !forceHide)
var tabStripHide = !window.toolbar.visible;
if (!autoHide && !forceHide && !tabStripHide)
this.setStripVisibilityTo(true);
// Hook up a listener for <link>s.