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);