home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <bindings id="globalBindings"
- xmlns="http://www.mozilla.org/xbl"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:xbl="http://www.mozilla.org/xbl">
-
- <!--
- This is a bug fix for the powerful A9 toolbar, and also maybe other
- extensions referring to this file. On classic.jar, this file contains
- 'content' binding that adds stacks to toolbar buttons so that
- dropmarkers can be positioned on top of it. On this theme, the stack
- is useless and the *default* binding works well enough.
-
- So, you see, the code below does nothing except extending the
- binding to the *default* binding. No sweat.
- -->
-
- <binding id="toolbar-menu-button" display="xul:menu" extends="chrome://global/content/bindings/toolbarbutton.xml#menu-button">
- </binding>
-
- </bindings>