Fixes #313514. For the code change in gnopernicus, we should use
2005-08-15 Li Yuan <li.yuan@sun.com> * e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object): Fixes #313514. For the code change in gnopernicus, we should use atk_focus_tracker_notify here. svn path=/trunk/; revision=30140
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2005-08-15 Li Yuan <li.yuan@sun.com>
|
||||
|
||||
* e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object):
|
||||
Fixes #313514.
|
||||
For the code change in gnopernicus, we should use
|
||||
atk_focus_tracker_notify here.
|
||||
|
||||
2005-07-18 Li Yuan <li.yuan@sun.com>
|
||||
|
||||
Fixes #310136 #310138.
|
||||
|
||||
@ -176,10 +176,8 @@ eti_a11y_reset_focus_object (GalA11yETableItem *a11y, ETableItem *item, gboolean
|
||||
} else
|
||||
g_object_set_data (G_OBJECT (a11y), "gail-focus-object", NULL);
|
||||
|
||||
if (notify)
|
||||
g_signal_emit_by_name (a11y,
|
||||
"active-descendant-changed",
|
||||
cell);
|
||||
if (notify && cell)
|
||||
atk_focus_tracker_notify (cell);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user