[evolution-patches] Re: patch against #71379 update



Hi Mengjie Yu,

your patch looks good. Please commit.

R.

On Thu, 2005-01-27 at 15:48 +0800, Mengjie Yu wrote:
hi,rodo

I had changed the style:

AtkObject *a11y;
a11y = gtk_widget_get_accessible (widget);
atk_object_set_name (a11y, _(strings));

to :

atk_object_set_name (gtk_widget_get_accessible (widget), _(string));

So, here is the updated patch against #71379
You can also get it from:
http://bugzilla.ximian.com/show_bug.cgi?id=71379


Will you please review it ?
Thanks a lot.

Yours,
Mengjie Yu




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