keeping up with Classic development, e.g. adding im, popup-blocker and junk mail...
[themes.git] / LCARStrek / global / globalBindings.xml
index 3c047921c12b045a08a8346624640e3d23b84017..e8234612f6e2b32ed01da872a169b8145fe957c5 100755 (executable)
@@ -2,8 +2,8 @@
 
 <bindings id="globalBindings"
    xmlns="http://www.mozilla.org/xbl"
-   xmlns:xbl="http://www.mozilla.org/xbl"
-   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">
 
   <binding id="radio" extends="chrome://global/content/bindings/radio.xml#radio">
     <content>
   <binding id="toolbar" extends="chrome://global/content/bindings/toolbar.xml#toolbar">
     <content>
       <xul:toolbargrippy xbl:inherits="tooltiptext=grippytooltiptext,tooltip=grippytooltip,last-toolbar,hidden=grippyhidden"
-                         tbattr="toolbar-grippy"
-                         class="toolbar-grippy"/>
+                         tbattr="toolbar-grippy" class="toolbar-grippy"/>
+      <xul:hbox flex="1" class="toolbar-holder" align="center"
+               xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack">
+        <children/>
+      </xul:hbox>
+      <xul:hbox class="toolbar-endcap"/>
+    </content>
+  </binding>
+
+  <binding id="toolbar-primary" extends="chrome://global/content/bindings/toolbar.xml#toolbar-primary">
+    <content>
+      <xul:toolbargrippy xbl:inherits="tooltiptext=grippytooltiptext,tooltip=grippytooltip,last-toolbar,hidden=grippyhidden"
+                         tbattr="toolbar-grippy" class="toolbar-grippy"/>
       <xul:hbox flex="1" class="toolbar-holder" align="center"
                xbl:inherits="collapsed,last-toolbar,orient=tborient,align=tbalign,pack=tbpack">
         <children/>
@@ -58,4 +69,4 @@
     </content>
   </binding>
 
-</bindings>
+</bindings>
\ No newline at end of file