From 421e7e8a28cd83eb0a27030878067b1c0b7c78a9 Mon Sep 17 00:00:00 2001 From: piro Date: Thu, 26 Aug 2010 15:51:06 +0000 Subject: [PATCH] =?UTF-8?q?Windows=E4=BB=A5=E5=A4=96=E3=81=A7=E3=81=AFAero?= =?UTF-8?q?Peek=E7=94=A8=E3=81=AE=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?UTF-8?q?=E3=82=92=E8=AA=AD=E3=81=BF=E8=BE=BC=E3=81=BE=E3=81=AA=E3=81=84?= 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@7109 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- modules/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/utils.js b/modules/utils.js index 0a2f69bf..50193adc 100644 --- a/modules/utils.js +++ b/modules/utils.js @@ -268,7 +268,8 @@ var TreeStyleTabUtils = { this.onPrefChange('extensions.treestyletab.twisty.expandSensitiveArea'); try { - this.updateAeroPeek(); + if (this.XULAppInfo.OS.toLowerCase().indexOf('winnt') > -1) + this.updateAeroPeek(); } catch(e) { dump(e+'\n');