diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-14 02:15:17 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-14 02:15:17 +0800 |
commit | 486d194d5a04616abb66e7eac63b63231c013447 (patch) | |
tree | 1851bd51a784426db0920a27ea782eb3ac637eff /ChangeLog | |
parent | 63c30bbc992945dcae374ef87716234fa53cd184 (diff) | |
download | gsoc2013-epiphany-486d194d5a04616abb66e7eac63b63231c013447.tar gsoc2013-epiphany-486d194d5a04616abb66e7eac63b63231c013447.tar.gz gsoc2013-epiphany-486d194d5a04616abb66e7eac63b63231c013447.tar.bz2 gsoc2013-epiphany-486d194d5a04616abb66e7eac63b63231c013447.tar.lz gsoc2013-epiphany-486d194d5a04616abb66e7eac63b63231c013447.tar.xz gsoc2013-epiphany-486d194d5a04616abb66e7eac63b63231c013447.tar.zst gsoc2013-epiphany-486d194d5a04616abb66e7eac63b63231c013447.zip |
Handle NULL return from eel_gconf_get_string. Oh, and fix yet another mem
2003-06-13 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-dialog.c: (get_index), (set_optionmenu_from_config),
(set_radiobuttongroup_from_config):
Handle NULL return from eel_gconf_get_string.
Oh, and fix yet another mem leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-06-13 Christian Persch <chpe@cvs.gnome.org> + + * lib/ephy-dialog.c: (get_index), (set_optionmenu_from_config), + (set_radiobuttongroup_from_config): + + Handle NULL return from eel_gconf_get_string. + Oh, and fix yet another mem leak. + 2003-06-13 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: |