Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/firefox-bin/files: all-gentoo-1.js
Date: Sat, 29 Mar 2014 13:37:41
Message-Id: 20140329133738.6C2A320054@flycatcher.gentoo.org
1 anarchy 14/03/29 13:37:38
2
3 Modified: all-gentoo-1.js
4 Log:
5 Fix typo in updated preference file, bug #506144
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB4D088B4)
8
9 Revision Changes Path
10 1.2 www-client/firefox-bin/files/all-gentoo-1.js
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/files/all-gentoo-1.js?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/files/all-gentoo-1.js?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/firefox-bin/files/all-gentoo-1.js?r1=1.1&r2=1.2
15
16 Index: all-gentoo-1.js
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/firefox-bin/files/all-gentoo-1.js,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- all-gentoo-1.js 29 Mar 2014 03:04:03 -0000 1.1
23 +++ all-gentoo-1.js 29 Mar 2014 13:37:38 -0000 1.2
24 @@ -4,7 +4,7 @@
25 lockPref("intl.locale.matchOS", true);
26 // Allow user to change based on needs
27 defaultPref("browser.display.use_system_colors", true);
28 -defaultPref("spellchecker.dictionary_path", "/usr/share/myspell"
29 +defaultPref("spellchecker.dictionary_path", "/usr/share/myspell");
30 defaultPref("browser.shell.checkDefaultBrowser", false);
31 // Preferences that should be reset every session
32 pref("browser.EULA.override", true);