diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-04-13 20:06:12 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-04-13 20:06:12 +0000 |
commit | 157943b584fc9251f10154a630acc056ae73af82 (patch) | |
tree | c0dfce62f4f1afb16c43b3c7619c73026cab3282 /ChangeLog.pre-2-4 | |
parent | 5854707bd97fa9b5206353a98dbcfa4b578c4604 (diff) | |
download | gtk+-157943b584fc9251f10154a630acc056ae73af82.tar.gz |
Don't crash if a node has no name. (start_element_handler): Accept
2004-04-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkuimanager.c (get_child_node): Don't crash if a node
has no name.
(start_element_handler): Accept separators without unique
names. (#133302, Anders Carlsson)
* gtk/gtkuimanager.c (node_remove_ui_reference): Don't leak
list nodes. (#138862, Morten Welinder)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b6c801da26..26ee54d8d5 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,10 @@ 2004-04-13 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkuimanager.c (get_child_node): Don't crash if a node + has no name. + (start_element_handler): Accept separators without unique + names. (#133302, Anders Carlsson) + * gtk/gtkactiongroup.c (gtk_action_group_add_action): Document possible accelerator gotcha when using this function. (#139641, Christian Persch) |