summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-04-26 14:39:53 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-04-26 14:39:53 +0000
commite25554fe843b0cf3f8f69156b2fb19e18d19f655 (patch)
tree803eb2bf570ea14d6d194b3b5afe719f6ac75d99 /ChangeLog
parent041a5b0240fda53d0c0a276856b33c01c04e72fa (diff)
downloadatk-e25554fe843b0cf3f8f69156b2fb19e18d19f655.tar.gz
Allow for object being NULL which means the window containing the focus
* atk/atkutil.c (atk_focus_tracker_notify): Allow for object being NULL which means the window containing the focus widget has lost focus. We update the previous_focus_object so we can emit notification for focus widget when window regains focus.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ac2cf9..6d5bb28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-26 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * atk/atkutil.c (atk_focus_tracker_notify):
+ Allow for object being NULL which means the window containing the
+ focus widget has lost focus. We update the previous_focus_object
+ so we can emit notification for focus widget when window regains
+ focus.
+
2002-04-15 Padraig O'Briain <padraig.obriain@sun.com>
* atk/atkgobjectaccessible.c: