home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temafire / Phoenity.jar / browser / browser.xml < prev    next >
Encoding:
Extensible Markup Language  |  2004-11-20  |  859 b   |  23 lines

  1. <?xml version="1.0"?>
  2.  
  3. <bindings id="globalBindings"
  4. xmlns="http://www.mozilla.org/xbl"
  5. xmlns:html="http://www.w3.org/1999/xhtml"
  6. xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7. xmlns:xbl="http://www.mozilla.org/xbl">
  8.  
  9. <!--
  10. This is a bug fix for the powerful A9 toolbar, and also maybe other
  11. extensions referring to this file. On classic.jar, this file contains
  12. 'content' binding that adds stacks to toolbar buttons so that
  13. dropmarkers can be positioned on top of it. On this theme, the stack
  14. is useless and the *default* binding works well enough.
  15.  
  16. So, you see, the code below does nothing except extending the
  17. binding to the *default* binding. No sweat.
  18. -->
  19.  
  20. <binding id="toolbar-menu-button" display="xul:menu" extends="chrome://global/content/bindings/toolbarbutton.xml#menu-button">
  21. </binding>
  22.  
  23. </bindings>