diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-08-04 23:13:48 +0300 |
---|---|---|
committer | win7-7 <win7-7@users.noreply.github.com> | 2019-08-04 23:13:48 +0300 |
commit | 1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3 (patch) | |
tree | 005e15e08597fb9c5798bb20db6494b5d96bea28 /application/palemoon/components/preferences/privacy.xul | |
parent | 248476f94e89772d64f6cbe597ebb193522f2a46 (diff) | |
parent | 5a957202b70a0b11078b0cffa8967b63baff5661 (diff) | |
download | UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.gz UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.lz UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.xz UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.zip |
Merge branch 'master' into FrameProperties-remove-obsolete-comment
Diffstat (limited to 'application/palemoon/components/preferences/privacy.xul')
-rw-r--r-- | application/palemoon/components/preferences/privacy.xul | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/palemoon/components/preferences/privacy.xul b/application/palemoon/components/preferences/privacy.xul index bdb227c63..d2f8106d1 100644 --- a/application/palemoon/components/preferences/privacy.xul +++ b/application/palemoon/components/preferences/privacy.xul @@ -254,15 +254,12 @@ <vbox id="tabPrefsBox" align="start" flex="1"> <checkbox id="historySuggestion" label="&locbar.history.label;" - onsyncfrompreference="return gPrivacyPane.writeSuggestionPref();" accesskey="&locbar.history.accesskey;" preference="browser.urlbar.suggest.history"/> <checkbox id="bookmarkSuggestion" label="&locbar.bookmarks.label;" - onsyncfrompreference="return gPrivacyPane.writeSuggestionPref();" accesskey="&locbar.bookmarks.accesskey;" preference="browser.urlbar.suggest.bookmark"/> <checkbox id="openpageSuggestion" label="&locbar.openpage.label;" - onsyncfrompreference="return gPrivacyPane.writeSuggestionPref();" accesskey="&locbar.openpage.accesskey;" preference="browser.urlbar.suggest.openpage"/> </vbox> |