[Pkg-mozext-commits] [nosquint] 01/02: Remove reference to unused variable
David Prévot
taffit at moszumanska.debian.org
Tue Apr 28 01:41:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 2.1.8
in repository nosquint.
commit 4544a3513469a55544f61f6d4cd74f0dc16dacac
Author: Jason Tackaberry <tack at urandom.ca>
Date: Mon Apr 1 18:12:07 2013 -0400
Remove reference to unused variable
---
src/content/prefs.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/prefs.js b/src/content/prefs.js
index 20f5149..409a223 100644
--- a/src/content/prefs.js
+++ b/src/content/prefs.js
@@ -588,7 +588,7 @@ NoSquint.prefs = NoSquint.ns(function() { with(NoSquint) {
* committed to disk.
*/
this.saveSiteList = function(flush) {
- if (!this.rememberSites || (this.isPrivate && !force))
+ if (!this.rememberSites || this.isPrivate)
/* Private Browsing mode is enabled or rememberSites disabled; do
* not save site list.
*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nosquint.git
More information about the Pkg-mozext-commits
mailing list