[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 28/483: topright popupalign doesn't seem to work

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:23 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 7e322bc893ccd77752c51c22bf4ae8a3c954c452
Author: Wladimir Palant <trev at gtchat.de>
Date:   Wed Jan 10 23:16:51 2007 +0000

    topright popupalign doesn't seem to work
    
    --HG--
    extra : convert_revision : svn%3Ad8bf93c1-8190-44a8-bb31-1ea94378a4df/trunk%40625
---
 chrome/content/aardvark.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/aardvark.js b/chrome/content/aardvark.js
index e60e035..7d0b6ca 100644
--- a/chrome/content/aardvark.js
+++ b/chrome/content/aardvark.js
@@ -646,6 +646,6 @@ ehhAardvark.showMenu = function ()
   }
 
   // Show help box
-  helpBox.showPopup(getBrowser().selectedBrowser, -1, -1, "tooltip", "topright", "topright");
+  helpBox.showPopup(getBrowser().selectedBrowser, -1, -1, "tooltip", "topleft", "topleft");
   return true;
 }

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