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:
Li Yuan
2005-08-17 06:35:20 +00:00
committed by Li Yuan
parent 65c483fd06
commit e223c1a234
2 changed files with 9 additions and 4 deletions

View File

@ -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.

View File

@ -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