Updated for changes by Bug 593967

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7215 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-15 12:44:22 +00:00
parent 02f148596d
commit 005a15e43b

View File

@ -89,7 +89,8 @@ TreeStyleTabBrowser.prototype = {
this.getTreePref('compatibility.TMP') && this.getTreePref('compatibility.TMP') &&
document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text-container') document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text-container')
) || ) ||
document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text'); document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text tab-label') || // Firefox 4.0-
document.getAnonymousElementByAttribute(aTab, 'class', 'tab-text'); // -Firefox 3.6
return label; return label;
}, },