diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-07-17 00:11:48 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-07-17 00:11:48 +0800 |
commit | eb0a41ef8d058224f28226262f0522ee42256928 (patch) | |
tree | 8cd1a3b284ab81f5de5c19984c3e7f27a29676ce /ChangeLog | |
parent | 945e7a58faa779fe69bac52fcdb130989ebe17d2 (diff) | |
download | gsoc2013-epiphany-eb0a41ef8d058224f28226262f0522ee42256928.tar gsoc2013-epiphany-eb0a41ef8d058224f28226262f0522ee42256928.tar.gz gsoc2013-epiphany-eb0a41ef8d058224f28226262f0522ee42256928.tar.bz2 gsoc2013-epiphany-eb0a41ef8d058224f28226262f0522ee42256928.tar.lz gsoc2013-epiphany-eb0a41ef8d058224f28226262f0522ee42256928.tar.xz gsoc2013-epiphany-eb0a41ef8d058224f28226262f0522ee42256928.tar.zst gsoc2013-epiphany-eb0a41ef8d058224f28226262f0522ee42256928.zip |
Initiliaze font list to NULL. Otherwise if Enumerate fails we crash.
2003-07-16 Marco Pesenti Gritti <marco@it.gnome.org>
* src/prefs-dialog.c: (setup_font_menu):
Initiliaze font list to NULL. Otherwise if Enumerate fails
we crash.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-07-16 Marco Pesenti Gritti <marco@it.gnome.org> + + * src/prefs-dialog.c: (setup_font_menu): + + Initiliaze font list to NULL. Otherwise if Enumerate fails + we crash. + 2003-07-15 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed-single.cpp: (impl_get_font_list): |