From a253ff883e3ac9fb0344d705b60671266e9d1b76 Mon Sep 17 00:00:00 2001 From: piro Date: Sat, 25 Apr 2009 06:20:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E3=82=BF=E3=83=96=E3=81=AB=E3=83=95?= =?UTF-8?q?=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9=E3=81=97=E3=81=9F=E3=81=BE?= =?UTF-8?q?=E3=81=BE=E8=A6=AA=E3=82=BF=E3=83=96=E3=81=AE=E3=82=B5=E3=83=96?= =?UTF-8?q?=E3=83=84=E3=83=AA=E3=83=BC=E3=82=92=E6=8A=98=E3=82=8A=E7=95=B3?= =?UTF-8?q?=E3=82=93=E3=81=A0=E6=99=82=E3=80=81=E8=A6=AA=E3=82=BF=E3=83=96?= =?UTF-8?q?=E3=81=AB=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AB=E3=82=B9=E3=81=8C?= =?UTF-8?q?=E7=A7=BB=E3=82=8A=E3=81=A4=E3=81=A4=E3=82=B5=E3=83=96=E3=83=84?= =?UTF-8?q?=E3=83=AA=E3=83=BC=E3=81=8C=E6=8A=98=E3=82=8A=E7=95=B3=E3=81=BE?= =?UTF-8?q?=E3=82=8C=E3=82=8B=E3=81=AF=E3=81=9A=E3=81=8C=E3=80=81=E3=82=B5?= =?UTF-8?q?=E3=83=96=E3=83=84=E3=83=AA=E3=83=BC=E3=81=8C=E5=86=8D=E3=81=B3?= =?UTF-8?q?=E8=87=AA=E5=8B=95=E7=9A=84=E3=81=AB=E5=B1=95=E9=96=8B=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=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@4182 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 8864f173..2c4bbf8f 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -3241,6 +3241,7 @@ TreeStyleTabBrowser.prototype = { }, collapseExpandTreesIntelligentlyWithDelayFor : function(aTab) { + if (this.doingCollapseExpand) return; if (this.cETIWDFTimer) window.clearTimeout(this.cETIWDFTimer); this.cETIWDFTimer = window.setTimeout(function(aSelf) {