diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-06-21 19:30:51 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-06-21 19:30:51 +0800 |
commit | 73416d200f6a1ccce28781321bc670acf83a858d (patch) | |
tree | 032f5735f82fddfc53b6082f8df63fd4ca7e5351 /ChangeLog | |
parent | e6d35d8000a1edc16d074e7547a4cfc9d9a0d3eb (diff) | |
download | gsoc2013-epiphany-73416d200f6a1ccce28781321bc670acf83a858d.tar gsoc2013-epiphany-73416d200f6a1ccce28781321bc670acf83a858d.tar.gz gsoc2013-epiphany-73416d200f6a1ccce28781321bc670acf83a858d.tar.bz2 gsoc2013-epiphany-73416d200f6a1ccce28781321bc670acf83a858d.tar.lz gsoc2013-epiphany-73416d200f6a1ccce28781321bc670acf83a858d.tar.xz gsoc2013-epiphany-73416d200f6a1ccce28781321bc670acf83a858d.tar.zst gsoc2013-epiphany-73416d200f6a1ccce28781321bc670acf83a858d.zip |
Check for empty attributes before adding the item when parsing the
2004-06-21 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-toolbars-model.c: (parse_item_list):
Check for empty attributes before adding the item when parsing
the toolbars file. Should fix bug #144698
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-06-21 Christian Persch <chpe@cvs.gnome.org> + * lib/egg/egg-toolbars-model.c: (parse_item_list): + + Check for empty attributes before adding the item when parsing + the toolbars file. Should fix bug #144698 + +2004-06-21 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): Allow importing from Epiphany bookmarks format (RDF), |