]> git.ktnx.net Git - icedeb.git/blobdiff - chrome/content/icedeb.xul
new button for searching mailing lists by msgid
[icedeb.git] / chrome / content / icedeb.xul
index 3e0ed367ee213cb50493b80b12cf13bf3446e905..af44767abd6b2f467da85f7bd24405ad7ee8edc9 100644 (file)
@@ -15,6 +15,7 @@
   <toolbarbutton id="icedeb-bts"/>
   <toolbarbutton id="icedeb-pts"/>
   <toolbarbutton id="icedeb-deb"/>
+  <toolbarbutton id="icedeb-ml"/>
   </toolbarpalette>
 
 
 <toolbarbutton id="icedeb-bts"
   label="&bts.label;"
   tooltiptext="&bts.tooltiptext;"
-  onclick="Debian.btsButton(event)"
+  onclick="IceDeb.btsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-bts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-pts"
   label="&pts.label;"
   tooltiptext="&pts.tooltiptext;"
-  onclick="Debian.ptsButton(event)"
+  onclick="IceDeb.ptsButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-pts icedeb-button"
   />
 
 <toolbarbutton id="icedeb-deb"
   label="&deb.label;"
   tooltiptext="&deb.tooltiptext;"
-  onclick="Debian.debButton(event)"
+  onclick="IceDeb.debButton(event)"
   class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-deb icedeb-button"
   />
 
+<toolbarbutton id="icedeb-ml"
+  label="&ml.label;"
+  tooltiptext="&ml.tooltiptext;"
+  onclick="IceDeb.mlButton(event)"
+  class="toolbarbutton-1 chromeclass-toolbar-additional icedeb-ml icedeb-button"
+  />
+
 </overlay>