aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/ChangeLog
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2005-07-19 15:46:05 +0800
committerHarry Lu <haip@src.gnome.org>2005-07-19 15:46:05 +0800
commit12b63ec4ab27fdfea36a419240dcaa29ae80a73e (patch)
tree06da7f82e685c7fce2fd3c972fcee1bae11906e5 /a11y/ChangeLog
parent6e70c5e578a2b4fbeddde71de9503eef6c8d88c7 (diff)
downloadgsoc2013-evolution-12b63ec4ab27fdfea36a419240dcaa29ae80a73e.tar
gsoc2013-evolution-12b63ec4ab27fdfea36a419240dcaa29ae80a73e.tar.gz
gsoc2013-evolution-12b63ec4ab27fdfea36a419240dcaa29ae80a73e.tar.bz2
gsoc2013-evolution-12b63ec4ab27fdfea36a419240dcaa29ae80a73e.tar.lz
gsoc2013-evolution-12b63ec4ab27fdfea36a419240dcaa29ae80a73e.tar.xz
gsoc2013-evolution-12b63ec4ab27fdfea36a419240dcaa29ae80a73e.tar.zst
gsoc2013-evolution-12b63ec4ab27fdfea36a419240dcaa29ae80a73e.zip
Fixes #310136 #310138. The first items of e-table are column-header. So we
2005-07-18 Li Yuan <li.yuan@sun.com> Fixes #310136 #310138. * e-table/gal-a11y-e-table-item.c: (eti_get_index_at), (eti_get_row_at_index), (eti_get_n_rows), (eti_rows_inserted), (eti_rows_deleted), (eti_header_structure_changed): The first items of e-table are column-header. So we should add number of columns when change (row, col) to index, or subtract when change index to (row, col). svn path=/trunk/; revision=29794
Diffstat (limited to 'a11y/ChangeLog')
-rw-r--r--a11y/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/a11y/ChangeLog b/a11y/ChangeLog
index 240d6310f4..0177c5b19b 100644
--- a/a11y/ChangeLog
+++ b/a11y/ChangeLog
@@ -1,3 +1,13 @@
+2005-07-18 Li Yuan <li.yuan@sun.com>
+
+ Fixes #310136 #310138.
+ * e-table/gal-a11y-e-table-item.c: (eti_get_index_at),
+ (eti_get_row_at_index), (eti_get_n_rows), (eti_rows_inserted),
+ (eti_rows_deleted), (eti_header_structure_changed):
+ The first items of e-table are column-header. So we should add
+ number of columns when change (row, col) to index, or subtract
+ when change index to (row, col).
+
2005-06-18 Tor Lillqvist <tml@novell.com>
* Makefile.am