From 33015255d4faba086bd72a254638ac4e0bc12c2b Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 25 Aug 2009 08:36:50 +0000 Subject: [PATCH] =?UTF-8?q?=E3=81=9F=E3=81=B6=E3=81=B0=E3=83=BC=E3=82=92?= =?UTF-8?q?=E4=B8=8B=E3=81=AB=E7=BD=AE=E3=81=84=E3=81=9F=E6=99=82=E3=80=81?= =?UTF-8?q?=E3=82=B9=E3=83=97=E3=83=AA=E3=83=83=E3=82=BF=E3=81=AE=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E3=81=8C=E3=81=8A=E3=81=8B=E3=81=97=E3=81=8F=E3=81=AA?= =?UTF-8?q?=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4995 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 73356954..c44fd4f5 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -879,8 +879,8 @@ TreeStyleTabBrowser.prototype = { delayedPostProcess = function(aSelf, aTabBrowser, aSplitter, aToggler) { aTabBrowser.mTabDropIndicatorBar.setAttribute('ordinal', 1); aTabBrowser.mStrip.setAttribute('ordinal', 30); - aToggler.setAttribute('ordinal', 20); - toggler.setAttribute('ordinal', 40); + aSplitter.setAttribute('ordinal', 20); + aToggler.setAttribute('ordinal', 40); aTabBrowser.mPanelContainer.setAttribute('ordinal', 10); }; }