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

Fabrizio Regalli fabreg at fabreg.it
Tue Aug 9 21:29:41 UTC 2011


The following commit has been merged in the master branch:
commit cbdc96c44c6d79ba34d542fd18b5321eb34d0730
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Aug 9 23:29:35 2011 +0200

    Fixed quilt refresh againt

diff --git a/debian/patches/local_help.patch b/debian/patches/local_help.patch
index 490d0a8..aafed7b 100644
--- a/debian/patches/local_help.patch
+++ b/debian/patches/local_help.patch
@@ -4,16 +4,6 @@ Forwarded: not-needed
 Last-Update: 2011-08-09
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223510
 
---- a/content/stumbleuponOverlay.js
-+++ b/content/stumbleuponOverlay.js
-@@ -38,6 +38,7 @@
- ***/
- 
- //************** GLOBALS ****************/
-+StumbleGlobals.localdoc = "file:///usr/share/xul-ext-stumbleupon/html/";
- StumbleGlobals.private_label = "DEB";
- StumbleGlobals.source_label = "AM";
- StumbleGlobals.log_communication = false;
 --- a/content/stumbleuponOverlay.xul
 +++ b/content/stumbleuponOverlay.xul
 @@ -674,7 +674,7 @@
@@ -22,7 +12,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=223510
  		<menuseparator/>
 -		
 +	        <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')"/>
+ 		<menuitem label="Help Center" tooltiptext="Frequently Asked Questions" oncommand="getBrowser().contentDocument.location=StumbleGlobals.serverhttp + 'faq.html'"/>
  		<menu label="About StumbleUpon" tooltiptext="Get help with StumbleUpon">
  			<menupopup>
 @@ -685,7 +685,6 @@

-- 
Mozilla addon for sharing interesting websites



More information about the Pkg-mozext-commits mailing list