[Pkg-mozext-commits] [firebug] 09/55: Backported 7a8c796527438a10d40c24387db91172f2d36e4b from master
David Prévot
taffit at moszumanska.debian.org
Mon Mar 31 22:46:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to tag firebug-1.10.1
in repository firebug.
commit 3c16cb4c35ad32e6f3086e19c4050add4e511bd3
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date: Thu Jul 19 23:29:40 2012 +0200
Backported 7a8c796527438a10d40c24387db91172f2d36e4b from master
Issue 5711 (Start Button is missing on popup windows)
http://code.google.com/p/fbug/issues/detail?id=5711
---
extension/content/firebug/firefox/browserOverlay.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extension/content/firebug/firefox/browserOverlay.js b/extension/content/firebug/firefox/browserOverlay.js
index 8aa4423..bd4e7d2 100644
--- a/extension/content/firebug/firefox/browserOverlay.js
+++ b/extension/content/firebug/firefox/browserOverlay.js
@@ -177,7 +177,7 @@ function $menupopupOverlay(parent, children)
function $toolbarButton(id, attrs, children, defaultPos)
{
- attrs["class"] = "toolbarbutton-1 chromeclass-toolbar-additional";
+ attrs["class"] = "toolbarbutton-1";
attrs.firebugRootNode = true;
attrs.id = id;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git
More information about the Pkg-mozext-commits
mailing list