[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 406/483: Make sure to remove existing menu items when the menu is opened

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:42:01 UTC 2015


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

taffit pushed a commit to branch master
in repository adblock-plus-element-hiding-helper.

commit a3547d225904580b7bb53d2aab7086e8c74f227c
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Feb 2 07:45:04 2012 +0100

    Make sure to remove existing menu items when the menu is opened
---
 windowWrapper.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/windowWrapper.js b/windowWrapper.js
index e268ec1..e7a1958 100644
--- a/windowWrapper.js
+++ b/windowWrapper.js
@@ -82,6 +82,8 @@ WindowWrapper.prototype =
     if (!/^(abp-(?:toolbar|status|menuitem)-)popup$/.test(popup.id))
       return;
 
+    this.popupHiddenHandler(event);
+
     let enabled = Aardvark.canSelect(this.browser);
     let running = (enabled && this.browser == Aardvark.browser);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus-element-hiding-helper.git



More information about the Pkg-mozext-commits mailing list