From 1c4608260402fb4c2c917c94e395cec9140df4bf24b2710ee6daf12377d2dbc3 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Mon, 9 Sep 2019 09:44:24 +0000 Subject: [PATCH] - layout.word_select.stop_at_punctuation -> true (boo#1133163) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=137 --- MozillaFirefox-branding-openSUSE.changes | 5 +++++ all-openSUSE.js | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/MozillaFirefox-branding-openSUSE.changes b/MozillaFirefox-branding-openSUSE.changes index f5c5f3e..20612c0 100644 --- a/MozillaFirefox-branding-openSUSE.changes +++ b/MozillaFirefox-branding-openSUSE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 09:35:46 UTC 2019 - Wolfgang Rosenauer + +- layout.word_select.stop_at_punctuation -> true (boo#1133163) + ------------------------------------------------------------------- Wed Jul 17 17:46:13 UTC 2019 - Lubos Kocman diff --git a/all-openSUSE.js b/all-openSUSE.js index 698bc1a..6bd2076 100644 --- a/all-openSUSE.js +++ b/all-openSUSE.js @@ -1,2 +1,3 @@ // openSUSE overrides for default settings -pref("layout.word_select.stop_at_punctuation", false); +// disabled ATM +//pref("layout.word_select.stop_at_punctuation", false);