NOT PART OF THE BUILD

Update navigation buttons when a tab is selected


git-svn-id: svn://10.0.0.236/trunk@193690 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
daniel%glazman.org 2006-04-06 13:12:34 +00:00
parent 92388ab7f9
commit a27f701e53

View File

@ -59,7 +59,7 @@
<xul:hbox class="tabbrowser-strip chromeclass-toolbar">
<xul:tabs flex="1" class="tabbrowser-tabs" anonid="EditorTabs" closebutton="true"
setfocus="false"/>
setfocus="false" onselect="onTabSelected(event)"/>
</xul:hbox>
<xul:tabpanels anonid="EditorTabpanels" selectedIndex="0" flex="1"
style="border: red solid thick; background-color: gray ! important"/>
@ -334,6 +334,15 @@
</body>
</method>
<method name="onTabSelected">
<parameter name="aEvent"/>
<body>
<![CDATA[
window.updateCommands("navigation");
]]>
</body>
</method>
</implementation>
</binding>