Re: [evolution-patches] Fix for 72781 (Object type of contact details container is 'Unknown')



looks good,
Siva

On Mon, 2005-02-21 at 16:00 +0800, Harry Lu wrote:
>Hpj and Siva,
>    Attached is the patch for 72781. Please review it.
>    Thanks!
>       Harry
>>plain text document attachment (panel.diff)
>Index: ChangeLog
>===================================================================
>RCS file: /cvs/gnome/evolution/a11y/ChangeLog,v
>retrieving revision 1.32
>diff -u -r1.32 ChangeLog
>--- ChangeLog	4 Feb 2005 05:09:10 -0000	1.32
>+++ ChangeLog	21 Feb 2005 07:58:58 -0000
>@@ -1,3 +1,11 @@
>+2005-02-21  Harry Lu <harry lu sun com>
>+
>+	Fix for 72781
>+
>+	* addressbook/ea-minicard-view.c: (ea_minicard_view_new):
>+	set the role to panel.
>+	* addressbook/ea-minicard.c: (ea_minicard_new): ditto.
>+
> 2005-02-02  Harry Lu <harry lu sun com>
> 
> 	Fix for 72088.
>Index: addressbook/ea-minicard-view.c
>===================================================================
>RCS file: /cvs/gnome/evolution/a11y/addressbook/ea-minicard-view.c,v
>retrieving revision 1.4
>diff -u -r1.4 ea-minicard-view.c
>--- addressbook/ea-minicard-view.c	29 Jan 2005 02:37:39 -0000	1.4
>+++ addressbook/ea-minicard-view.c	21 Feb 2005 07:58:59 -0000
>@@ -176,7 +176,7 @@
> 	object = g_object_new (EA_TYPE_MINICARD_VIEW, NULL);
> 	accessible = ATK_OBJECT (object);
> 	atk_object_initialize (accessible, obj);
>-	accessible->role = ATK_ROLE_UNKNOWN;
>+	accessible->role = ATK_ROLE_PANEL;
> 	return accessible;
> }
> 
>Index: addressbook/ea-minicard.c
>===================================================================
>RCS file: /cvs/gnome/evolution/a11y/addressbook/ea-minicard.c,v
>retrieving revision 1.3
>diff -u -r1.3 ea-minicard.c
>--- addressbook/ea-minicard.c	2 Dec 2004 02:51:02 -0000	1.3
>+++ addressbook/ea-minicard.c	21 Feb 2005 07:58:59 -0000
>@@ -178,7 +178,7 @@
> 	accessible = ATK_OBJECT (object);
> 	atk_object_initialize (accessible, obj);
> 
>-	accessible->role = ATK_ROLE_UNKNOWN;
>+	accessible->role = ATK_ROLE_PANEL;
> 	return accessible;
> }
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]