From fa027b16992f9e4dc45969cbfbcc9ea565395656 Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 21 Jul 2009 06:10:53 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B5=E3=83=A0=E3=83=8D=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=81=8C=E3=83=A9=E3=83=99=E3=83=AB=E3=81=A8=E4=B8=A6=E3=81=B6?= =?UTF-8?q?=E6=99=82=E3=81=A0=E3=81=91retro=E3=81=AB?= 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@4772 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 9a077ffa..c369256c 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -1165,8 +1165,11 @@ TreeStyleTabBrowser.prototype = { case 'extensions.treestyletab.twisty.style': if (value == 'auto') { - if (window['piro.sakura.ne.jp'].extensions.isAvailable('informationaltab@piro.sakura.ne.jp') && - this.getPref('extensions.informationaltab.thumbnail.enabled')) { + if ( + window['piro.sakura.ne.jp'].extensions.isAvailable('informationaltab@piro.sakura.ne.jp') && + this.getPref('extensions.informationaltab.thumbnail.enabled') && + this.getPref('extensions.informationaltab.thumbnail.position') < 100 + ) { value = 'retro'; } else {