[Pkg-mozext-commits] [greasemonkey] 22/30: The context menu - jumps	up a bit
    David Prévot 
    taffit at moszumanska.debian.org
       
    Thu Nov 26 00:56:29 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository greasemonkey.
commit a3f7b0c876391d71778f45b557b1a8a29a636d3e
Author: janekptacijarabaci <janekptacijarabaci at seznam.cz>
Date:   Thu Nov 19 20:33:14 2015 +0100
    The context menu - jumps up a bit
---
 content/browser.xul | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/content/browser.xul b/content/browser.xul
index 797730f..0bbb650 100644
--- a/content/browser.xul
+++ b/content/browser.xul
@@ -32,9 +32,11 @@
       accesskey="&menu.show.accesskey;"
       label="&menu.show;"
       insertbefore="context-openlink"
-      oncommand="GM_BrowserUI.viewContextItemClicked(event);" />
+      oncommand="GM_BrowserUI.viewContextItemClicked(event);"
+      hidden="true" />
     <menuseparator id="greasemonkey-install-sep"
-      insertbefore="context-openlink" />
+      insertbefore="context-openlink"
+      hidden="true" />
   </popup>
 
   <menupopup id="menu_ToolsPopup">
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/greasemonkey.git
    
    
More information about the Pkg-mozext-commits
mailing list