summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2008-11-07 09:26:49 +0000
committerLi Yuan <liyuan@src.gnome.org>2008-11-07 09:26:49 +0000
commiteb0bb1c1612041fa46b4c3b28def8447b1689313 (patch)
tree01f596fda2a5a1f5d7ef6f4fa6bd47d8b3e41fcd /ChangeLog
parentb7a56ac7566bccd05b52813945c55ed314995686 (diff)
downloadatk-eb0bb1c1612041fa46b4c3b28def8447b1689313.tar.gz
Bug #478583. Do not add the relation if it is already in the relationset.
2008-11-07 Li Yuan <li.yuan@sun.com> * atk/atkrelationset.c: (atk_relation_set_add): Bug #478583. Do not add the relation if it is already in the relationset. svn path=/trunk/; revision=1295
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2818fc..ed37dff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
2008-11-07 Li Yuan <li.yuan@sun.com>
+ * atk/atkrelationset.c: (atk_relation_set_add):
+ Bug #478583. Do not add the relation if it is already
+ in the relationset.
+
+2008-11-07 Li Yuan <li.yuan@sun.com>
+
* atk/atkutil.c: (atk_add_global_event_listener),
(atk_add_key_event_listener):
+ Bug #480126.
Change the return value to 0 if failure accroding to doc.
2008-09-22 Li Yuan <li.yuan@sun.com>