[Pkg-mozext-commits] [firebug] 20/68: Issue 6340 (Tools menu not shown in SeaMonkey) http://code.google.com/p/fbug/issues/detail?id=6340

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:45:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag fbtest-1.11.4
in repository firebug.

commit 794867f4a40688bf85565e79dcb802c481a111e5
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Wed Apr 3 13:42:33 2013 +0200

    Issue 6340 (Tools menu not shown in SeaMonkey)
    http://code.google.com/p/fbug/issues/detail?id=6340
---
 extension/content/firebug/firefox/browserMenu.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/firefox/browserMenu.js b/extension/content/firebug/firefox/browserMenu.js
index d1ce9ec..73d3b03 100644
--- a/extension/content/firebug/firefox/browserMenu.js
+++ b/extension/content/firebug/firefox/browserMenu.js
@@ -506,7 +506,7 @@ var BrowserMenu =
                     id: "toolsmenu_firebugMenuPopup",
                     "class": "fbFirebugMenuPopup",
                     onpopupshowing: "return Firebug.browserOverlay.onMenuShowing(this, event);",
-                    onpopupshowing: "return Firebug.browserOverlay.onMenuHiding(this, event);"
+                    onpopuphiding: "return Firebug.browserOverlay.onMenuHiding(this, event);"
                 })
             ])
         ]);

-- 
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