aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-06-21 19:26:37 +0800
committerChristian Persch <chpe@src.gnome.org>2004-06-21 19:26:37 +0800
commit157bf334e0f70f7bdea8c19fd310505449291677 (patch)
tree5d3f1ad670a45ed1f7ead1c389e2ec0188e87684 /ChangeLog
parentab5f74ea9c207799a9ea36d4ddac46790e3ecfb5 (diff)
downloadgsoc2013-epiphany-157bf334e0f70f7bdea8c19fd310505449291677.tar
gsoc2013-epiphany-157bf334e0f70f7bdea8c19fd310505449291677.tar.gz
gsoc2013-epiphany-157bf334e0f70f7bdea8c19fd310505449291677.tar.bz2
gsoc2013-epiphany-157bf334e0f70f7bdea8c19fd310505449291677.tar.lz
gsoc2013-epiphany-157bf334e0f70f7bdea8c19fd310505449291677.tar.xz
gsoc2013-epiphany-157bf334e0f70f7bdea8c19fd310505449291677.tar.zst
gsoc2013-epiphany-157bf334e0f70f7bdea8c19fd310505449291677.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: (egg_toolbars_model_get_flags), (parse_item_list), (parse_toolbars): Check for empty attributes before adding the item when parsing the toolbars file. Should fix bug #144698.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d50692750..463518fed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-06-21 Christian Persch <chpe@cvs.gnome.org>
+ * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_get_flags),
+ (parse_item_list), (parse_toolbars):
+
+ 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),