diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 3f3d9d7c..b3c87459 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -973,7 +973,7 @@ TreeStyleTabBrowser.prototype = { else { if (this.getTreePref('tabbar.fixed.horizontal')) { b.setAttribute(this.kFIXED, true); - if (!this.isMultiRow) { + if (!this.isMultiRow()) { b.mStrip.removeAttribute('height'); b.mPanelContainer.removeAttribute('height'); }