ファイル名変更

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@1831 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-02-22 17:13:46 +00:00
parent 45a1c2ffea
commit a3a6bbf50e
2 changed files with 3 additions and 2 deletions

View File

@ -103,7 +103,8 @@ tabbrowser[treestyletab-mode="multirow"] .tabbrowser-tab {
*/ */
/* for some themes */
image.tab-icon { image.tab-icon {
display: -moz-stack; display: -moz-stack;
-moz-binding: url(tabicon.xml#tabbrowser-tab-icon); -moz-binding: url(treestyletab.xml#tab-icon);
} }

View File

@ -4,7 +4,7 @@
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:xbl="http://www.mozilla.org/xbl"> xmlns:xbl="http://www.mozilla.org/xbl">
<binding id="tabbrowser-tab-icon" <binding id="tab-icon"
extends="xul:stack"> extends="xul:stack">
<content> <content>
<xul:image xbl:inherits="validate,src" class="tab-icon-image"/> <xul:image xbl:inherits="validate,src" class="tab-icon-image"/>