[tor-commits] [torbirdy/master] Fix issue in resetting default preferences
sukhbir at torproject.org
sukhbir at torproject.org
Fri May 4 16:03:01 UTC 2018
commit 9058e137fcb3a54bfe58a3b3a2ad6cda149b6855
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Fri May 4 11:59:44 2018 -0400
Fix issue in resetting default preferences
---
chrome/content/preferences.js | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js
index 2980857..a5d21d5 100644
--- a/chrome/content/preferences.js
+++ b/chrome/content/preferences.js
@@ -400,8 +400,6 @@ if (!org.torbirdy.prefs) org.torbirdy.prefs = new function() {
pub.enigmailKeyserver = document.getElementById('torbirdy-enigmail-keyserver');
pub.enigmailConfirmEmail = document.getElementById('torbirdy-confirm-email');
pub.enigmailProtected = document.getElementById('torbirdy-enigmail-protected');
- // Security.
- pub.secureRenegotiation = document.getElementById('torbirdy-renegotiation');
// Make sure the user really wants to change these settings.
var warnPrompt = pub.prefs.getBoolPref("extensions.torbirdy.warn");
@@ -577,8 +575,8 @@ if (!org.torbirdy.prefs) org.torbirdy.prefs = new function() {
pub.anonService.selectedIndex = 0;
pub.enigmailKeyId.checked = false;
pub.enigmailConfirmEmail.checked = false;
+ pub.enigmailProtected.checked = false;
pub.emailWizard.checked = false;
- pub.secureRenegotiation.checked = false;
pub.imapIdle.checked = false;
pub.startupFolder.checked = false;
pub.fetchAllMails.checked = false;
More information about the tor-commits
mailing list