зеркало из https://github.com/mozilla/pjs.git
Fix for major xfe horkage caused by last checkin. Change the 'TRUE' to
'true'. The unix prefs probably munged the 'TRUE' to something funny in code, which later caused all sorts of unpredictable errors in xp_file and reading preferences in general. Lots of fun.
This commit is contained in:
Родитель
f07fe93d3f
Коммит
4f62234d42
|
@ -166,4 +166,4 @@ pref("editor.custom_color_9", "0,0,FF");
|
|||
|
||||
pref("editor.last_color_picked", "0,0,0");
|
||||
pref("editor.last_background_color_picked", "255,255,255");
|
||||
pref("editor.new_cell_has_space", TRUE);
|
||||
pref("editor.new_cell_has_space", true);
|
||||
|
|
|
@ -166,4 +166,4 @@ pref("editor.custom_color_9", "0,0,FF");
|
|||
|
||||
pref("editor.last_color_picked", "0,0,0");
|
||||
pref("editor.last_background_color_picked", "255,255,255");
|
||||
pref("editor.new_cell_has_space", TRUE);
|
||||
pref("editor.new_cell_has_space", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче