From ab7f80ccf7e1b8ad4dee778ce5ab18fe56cea1c5 Mon Sep 17 00:00:00 2001 From: piro Date: Sat, 26 Jun 2010 17:41:20 +0000 Subject: [PATCH] =?UTF-8?q?pinned=E3=81=AA=E3=82=BF=E3=83=96=E3=81=AB?= =?UTF-8?q?=E5=AF=BE=E3=81=97=E3=81=A6=E3=81=AF=E5=AD=90=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=82=92=E9=96=8B=E3=81=91=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E3=81=97=E3=81=9F?= 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@6756 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- modules/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/utils.js b/modules/utils.js index 3b704700..bdcb8d28 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -1137,6 +1137,8 @@ var TreeStyleTabUtils = { var ownerBrowser = this.getTabBrowserFromFrame(frame); var parentTab = this.getTabFromFrame(frame, ownerBrowser); + if (parentTab.pinned) return; + ownerBrowser.treeStyleTab.ensureTabInitialized(parentTab); var parentId = parentTab.getAttribute(this.kID);