起動時にtwistyの設定が読み込まれていなかったのを修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7046 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-07-30 01:52:32 +00:00
parent 12491c58b9
commit 315d9cf704

View File

@ -692,7 +692,7 @@ TreeStyleTabBrowser.prototype = {
}
this.onPrefChange('extensions.treestyletab.tabbar.style');
// this.onPrefChange('extensions.treestyletab.twisty.style');
this.onPrefChange('extensions.treestyletab.twisty.style');
this.onPrefChange('extensions.treestyletab.showBorderForFirstTab');
this.onPrefChange('extensions.treestyletab.tabbar.invertTabContents');
this.onPrefChange('extensions.treestyletab.tabbar.invertClosebox');