[Pkg-mozext-commits] [SCM] Mozilla addon for sharing interesting websites branch, master, updated. upstream/3.91-16-gc83559b

Fabrizio Regalli fabreg at fabreg.it
Tue Aug 9 22:20:26 UTC 2011


The following commit has been merged in the master branch:
commit c83559bf8ebae86a68b5d0ce0d59a39563e44b24
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Wed Aug 10 00:20:21 2011 +0200

    Added Toolbar Guide menu again

diff --git a/debian/patches/local_help.patch b/debian/patches/local_help.patch
index 674bbb0..73c7356 100644
--- a/debian/patches/local_help.patch
+++ b/debian/patches/local_help.patch
@@ -16,11 +16,13 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223510
  StumbleGlobals.log_communication = false;
 --- a/content/stumbleuponOverlay.xul
 +++ b/content/stumbleuponOverlay.xul
-@@ -675,7 +675,7 @@
+@@ -674,8 +674,8 @@
+ 		<menuitem label="Sign-out" tooltiptext="Sign out from this account" oncommand="StumbleGlobals.handle_logout(false);"/>
  	
  		<menuseparator/>
- 		
+-		
 -		<menuitem label="Help Center" tooltiptext="Frequently Asked Questions" oncommand="getBrowser().contentDocument.location=StumbleGlobals.serverhttp + 'faq.html'"/>
++		<menuitem label="Toolbar Guide" tooltiptext="View the toolbar primer" oncommand="getBrowser().contentDocument.location=(StumbleGlobals.private_label=='DEB'?StumbleGlobals.localdoc + 'guide.html' : StumbleGlobals.serverhttp + 'guide.html')"/>
 +		<menuitem label="Help Center" tooltiptext="Frequently Asked Questions" oncommand="getBrowser().contentDocument.location=(StumbleGlobals.private_label=='DEB'?StumbleGlobals.localdoc + 'faq.html' : StumbleGlobals.serverhttp + 'faq.html')"/>
  		<menu label="About StumbleUpon" tooltiptext="Get help with StumbleUpon">
  			<menupopup>

-- 
Mozilla addon for sharing interesting websites



More information about the Pkg-mozext-commits mailing list