diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-26 07:12:13 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-26 07:12:13 +0800 |
commit | 83ddf1c6ee374a54f26a09f5bdde799607ed6524 (patch) | |
tree | 21165fe946709cc404bb70e1ee0d8d8762541064 /ChangeLog | |
parent | 471405ef6813a0fbec1eaf34e363f6d8e985bc4d (diff) | |
download | gsoc2013-epiphany-83ddf1c6ee374a54f26a09f5bdde799607ed6524.tar gsoc2013-epiphany-83ddf1c6ee374a54f26a09f5bdde799607ed6524.tar.gz gsoc2013-epiphany-83ddf1c6ee374a54f26a09f5bdde799607ed6524.tar.bz2 gsoc2013-epiphany-83ddf1c6ee374a54f26a09f5bdde799607ed6524.tar.lz gsoc2013-epiphany-83ddf1c6ee374a54f26a09f5bdde799607ed6524.tar.xz gsoc2013-epiphany-83ddf1c6ee374a54f26a09f5bdde799607ed6524.tar.zst gsoc2013-epiphany-83ddf1c6ee374a54f26a09f5bdde799607ed6524.zip |
Use "" instead of null, the new mozilla prefs parser doesn't recognise
2003-10-25 Christian Persch <chpe@cvs.gnome.org>
* data/default-prefs.js:
Use "" instead of null, the new mozilla prefs parser doesn't
recognise null and aborts. Thanks to Crispin for alerting me
to this.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ * data/default-prefs.js: + Use "" instead of null, the new mozilla prefs parser doesn't + recognise null and aborts. Thanks to Crispin for alerting me + to this. + +2003-10-25 Christian Persch <chpe@cvs.gnome.org> + + * data/default-prefs.js: + Add missing font.size prefs for zh-HK font group. 2003-10-25 Marco Pesenti Gritti <marco@gnome.org> |