Fixed a copy & pasto. Thanks, Chris
? registryd/Accessibility_Registry.server.in
? registryd/at-spi-registryd
? test/event-listener-test
? test/screen-review-test
? test/stress-test
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/at-spi/ChangeLog,v
retrieving revision 1.221
diff -u -r1.221 ChangeLog
--- ChangeLog 13 Jun 2002 22:31:28 -0000 1.221
+++ ChangeLog 16 Jun 2002 22:21:11 -0000
@@ -1,1 +0,6 @@
+2002-06-16 Christopher James Lahey <clahey ximian com>
+
+ * libspi/table.c (impl_getColumnDescription): This was calling
+ atk_table_get_row_description instead of
+ atk_table_get_column_description before. Fixed this copy & pasto.
+
Index: libspi/table.c
===================================================================
RCS file: /cvs/gnome/at-spi/libspi/table.c,v
retrieving revision 1.14
diff -u -r1.14 table.c
--- libspi/table.c 3 May 2002 22:55:34 -0000 1.14
+++ libspi/table.c 16 Jun 2002 22:21:11 -0000
@@ -196,7 +196,7 @@
g_return_val_if_fail (table != NULL, CORBA_string_dup (""));
- rv = atk_table_get_row_description (table, column);
+ rv = atk_table_get_column_description (table, column);
if (rv)
{
Attachment:
signature.asc
Description: This is a digitally signed message part