[Pkg-mozext-commits] [compactheader] 137/441: New version 1.1.5beta3: Add buttons of main toolbar to header pane toolbar
David Prévot
taffit at moszumanska.debian.org
Wed Mar 18 12:28:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository compactheader.
commit 118afd5b87b6e2d91975e9fb4446f30ab7c257b5
Author: joachim.herb <none at none>
Date: Thu Jan 14 21:33:28 2010 +0000
New version 1.1.5beta3:
Add buttons of main toolbar to header pane toolbar
---
chrome/CompactHeader/content/compactHeaderOverlay.js | 5 ++++-
install.rdf | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/chrome/CompactHeader/content/compactHeaderOverlay.js b/chrome/CompactHeader/content/compactHeaderOverlay.js
index c872ad2..374a2f1 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay.js
+++ b/chrome/CompactHeader/content/compactHeaderOverlay.js
@@ -375,7 +375,10 @@ org.mozdev.compactHeader.pane = function() {
var hdrToolbox = document.getElementById("header-view-toolbox");
var buttons = ["button-reply", "button-replyall", "button-replylist",
"button-tag", "button-forward", "button-archive", "button-file",
- "button-print", "button-mark", "button-starMessages"];
+ "button-print", "button-mark", "button-starMessages",
+ "button-newmsg", "button-goback", "button-goforward",
+ "button-previous", "button-next", "button-compact",
+ "button-address", "button-stop", "button-getmsg"];
var currentSet=hdrToolbar.getAttribute("currentset");
hdrToolbar.currentSet = currentSet;
for (var i=0; i<buttons.length; i++) {
diff --git a/install.rdf b/install.rdf
index 6becbe1..893434d 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
<RDF:Description about="urn:mozilla:install-manifest">
<em:name>CompactHeader</em:name>
- <em:version>1.1.5beta2</em:version>
+ <em:version>1.1.5beta3</em:version>
<em:description>Add ability to reduce header size to one or two lines. Linkify subjects in RSS feeds.</em:description>
<em:creator>Joachim Herb</em:creator>
<em:contributor>Zamula</em:contributor>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/compactheader.git
More information about the Pkg-mozext-commits
mailing list