diff options
author | Harry Lu <harry.lu@sun.com> | 2005-09-28 10:52:46 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-09-28 10:52:46 +0800 |
commit | 994e17ee2203c09e6c057f5830dec513622406b9 (patch) | |
tree | a6f899f91d04420de4f6c5aca62e9d70394855e5 /a11y/ChangeLog | |
parent | 41e886f9ef5347b5ac40a995d183fa8b4a76d950 (diff) | |
download | gsoc2013-evolution-994e17ee2203c09e6c057f5830dec513622406b9.tar.gz gsoc2013-evolution-994e17ee2203c09e6c057f5830dec513622406b9.tar.zst gsoc2013-evolution-994e17ee2203c09e6c057f5830dec513622406b9.zip |
Fix for #316351
2005-09-27 Harry Lu <harry.lu@sun.com>
Fix for #316351
* e-table/gal-a11y-e-cell.c: (idle_do_action),
(gal_a11y_e_cell_action_do_action): add a ref/unref pair to make
sure the pointer is valid.
svn path=/trunk/; revision=30381
Diffstat (limited to 'a11y/ChangeLog')
-rw-r--r-- | a11y/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog index 5ec8e410dd..66904cd4ee 100644 --- a/a11y/ChangeLog +++ b/a11y/ChangeLog @@ -1,3 +1,11 @@ +2005-09-27 Harry Lu <harry.lu@sun.com> + + Fix for #316351 + + * e-table/gal-a11y-e-cell.c: (idle_do_action), + (gal_a11y_e_cell_action_do_action): add a ref/unref pair to make + sure the pointer is valid. + 2005-08-15 Li Yuan <li.yuan@sun.com> * e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object): |