Re: [g-a-devel]Patch for at-spi
- From: Bill Haneman <bill haneman sun com>
- To: "Padraig O'Briain" <Padraig Obriain sun com>
- Cc: gnome-accessibility-devel gnome org
- Subject: Re: [g-a-devel]Patch for at-spi
- Date: 24 Sep 2002 16:27:28 +0100
On Tue, 2002-09-24 at 16:22, Padraig O'Briain wrote:
> While looking at an issue with at-poke I came across what I believe is an error
> in at-spi.
>
> Is if OK to apply this patch?
I don't see why not, though it does appear that the roles in question
are redundant. Your patch seems to clarify them a bit, which I suppose
is an improvement.
-Bill
> Padraig
>
> cvs server: Diffing .
> Index: accessible.c
> ===================================================================
> RCS file: /cvs/gnome/at-spi/libspi/accessible.c,v
> retrieving revision 1.45
> diff -u -p -r1.45 accessible.c
> --- accessible.c 13 Sep 2002 13:09:00 -0000 1.45
> +++ accessible.c 24 Sep 2002 15:19:57 -0000
> @@ -101,8 +101,8 @@ spi_init_role_lookup_table (Accessibilit
> role_table [ATK_ROLE_STATUSBAR] = Accessibility_ROLE_STATUS_BAR;
> role_table [ATK_ROLE_TABLE] = Accessibility_ROLE_TABLE;
> role_table [ATK_ROLE_TABLE_CELL] = Accessibility_ROLE_TABLE_CELL;
> - role_table [ATK_ROLE_TABLE_COLUMN_HEADER] = Accessibility_ROLE_COLUMN_HEADER;
> - role_table [ATK_ROLE_TABLE_ROW_HEADER] = Accessibility_ROLE_ROW_HEADER;
> + role_table [ATK_ROLE_TABLE_COLUMN_HEADER] =
> Accessibility_ROLE_TABLE_COLUMN_HEADER;
> + role_table [ATK_ROLE_TABLE_ROW_HEADER] = Accessibility_ROLE_TABLE_ROW_HEADER;
> role_table [ATK_ROLE_TEAR_OFF_MENU_ITEM] =
> Accessibility_ROLE_TEAROFF_MENU_ITEM;
> role_table [ATK_ROLE_TERMINAL] = Accessibility_ROLE_TERMINAL;
> role_table [ATK_ROLE_TEXT] = Accessibility_ROLE_TEXT;
>
>
> _______________________________________________
> Gnome-accessibility-devel mailing list
> Gnome-accessibility-devel gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-devel
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]