From 005a15e43bf87c1bb3c64731f792c2b00eb22481 Mon Sep 17 00:00:00 2001 From: piro Date: Wed, 15 Sep 2010 12:44:22 +0000 Subject: [PATCH] Updated for changes by Bug 593967 git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7215 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 1ac2e8f1..8c29afbb 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -89,7 +89,8 @@ TreeStyleTabBrowser.prototype = { this.getTreePref('compatibility.TMP') && 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; },