mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
43560cb6f4
patches/packages/seamonkey-2.53.11-x86_64-1_slack15.0.txz: Upgraded. This update contains security fixes and improvements. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.11 (* Security fix *)
12 lines
509 B
Diff
12 lines
509 B
Diff
--- ./mozilla/modules/libpref/init/all.js.orig 2017-07-07 00:37:54.000000000 -0500
|
|
+++ ./mozilla/modules/libpref/init/all.js 2017-07-21 11:21:29.152341810 -0500
|
|
@@ -227,6 +227,9 @@
|
|
// If true, all popups won't hide automatically on blur
|
|
pref("ui.popup.disable_autohide", false);
|
|
|
|
+// Default to GTK+ v2 type scrolling:
|
|
+pref("ui.scrollToClick", 0);
|
|
+
|
|
pref("browser.display.use_document_fonts", 1); // 0 = never, 1 = quick, 2 = always
|
|
// 0 = default: always, except in high contrast mode
|
|
// 1 = always
|