タブの内容を反転する設定の変更が即座に反映されていなかった

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4402 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-05-11 08:16:11 +00:00
parent fa80e39109
commit fcf9c65651

View File

@ -1024,6 +1024,10 @@ TreeStyleTabBrowser.prototype = {
}, this);
break;
case 'extensions.treestyletab.tabbar.invertTabContents':
if (value)
b.setAttribute(this.kTAB_CONTENTS_INVERTED, 'true');
else
b.removeAttribute(this.kTAB_CONTENTS_INVERTED);
tabs.forEach(function(aTab) {
this.initTabContents(aTab);
}, this);