summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-06-28 22:40:29 -0400
committerB. Stack <bgstack15@gmail.com>2022-06-28 22:40:29 -0400
commit7d079c7718959bc1b758d5964abbc6158fd5b3f2 (patch)
tree844d303ea5aed16ef13ede1fe5a68ad4bec21039 /librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
parentffs: fix dpkg r_z_a_u.patch (diff)
downloadstackrpms-7d079c7718959bc1b758d5964abbc6158fd5b3f2.tar.gz
stackrpms-7d079c7718959bc1b758d5964abbc6158fd5b3f2.tar.bz2
stackrpms-7d079c7718959bc1b758d5964abbc6158fd5b3f2.zip
lw 101.0.1 dpkg rc1
Diffstat (limited to 'librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch')
-rw-r--r--librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch b/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
index 62ee664..3f8814a 100644
--- a/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
+++ b/librewolf/debian/patches/debian-hacks/Use-the-Mozilla-Location-Service-key-when-the-Google.patch
@@ -7,10 +7,10 @@ Subject: Use the Mozilla Location Service key when the Google Key is not there
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
-index 261e46f..6443cf1 100644
+index 9db483d..b74cb4d 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
-@@ -3701,7 +3701,7 @@ pref("network.psl.onUpdate_notify", false);
+@@ -3690,7 +3690,7 @@ pref("network.psl.onUpdate_notify", false);
// All the Geolocation preferences are here.
//
bgstack15