[Pkg-mozext-commits] [itsalltext] 370/459: Fixed transparent context menu bug.

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:39 UTC 2015


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

taffit pushed a commit to branch master
in repository itsalltext.

commit 448321d077228d66f919b887c1a35fa7197e35ae
Author: Christian Höltje <docwhat at gerf.org>
Date:   Wed Dec 8 01:02:40 2010 -0500

    Fixed transparent context menu bug.
---
 src/chrome/content/itsalltext.xul | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/chrome/content/itsalltext.xul b/src/chrome/content/itsalltext.xul
index f7ba69f..24d2756 100644
--- a/src/chrome/content/itsalltext.xul
+++ b/src/chrome/content/itsalltext.xul
@@ -31,7 +31,7 @@
   <!-- The merge point is main-window -->
   <window id="main-window">
     <popupset id="itsalltext-optionmenu-set">
-      <popup id="itsalltext-optionmenu">
+      <menupopup id="itsalltext-optionmenu">
         <menuitem label="&newext.label;"
                   accesskey="&newext.key;"
                   oncommand="ItsAllText.menuNewExtEdit(event);" />
@@ -43,7 +43,7 @@
         <menuitem label="&pref.label;"
                   accesskey="&pref.key;"
                   oncommand="ItsAllText.openPreferences();"/>
-      </popup>
+      </menupopup>
     </popupset>
   </window>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list