[Pkg-mozext-commits] [sage-extension] 16/54: Fix mark as unread bug that was introduced after Firefox 0.10

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:37 UTC 2015


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

taffit pushed a commit to tag sage_1_3
in repository sage-extension.

commit 617f3e0861126c46b99a19305156b39eecfe2e9b
Author: Erik Arvidsson <erik.arvidsson at gmail.com>
Date:   Thu Sep 23 09:50:41 2004 +0000

    Fix mark as unread bug that was introduced after Firefox 0.10
---
 src/sage/content/sage.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sage/content/sage.js b/src/sage/content/sage.js
index 29521a0..8bb55bd 100755
--- a/src/sage/content/sage.js
+++ b/src/sage/content/sage.js
@@ -559,7 +559,7 @@ function markURIReadState( sURI, bRead )
 	if ( bRead )
 		_globalHistory.addURI( fixupURI, false, true );
 	else
-		_browserHistory.removePage( fixupURI.spec );
+		_browserHistory.removePage( fixupURI );
 }
 
 function _getFixupURI( sURI )

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



More information about the Pkg-mozext-commits mailing list