[evolution-patches] Re: patch against #71379 update
- From: Radek Doulik <rodo ximian com>
- To: Meng-Jie Yu Sun COM
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] Re: patch against #71379 update
- Date: Thu, 27 Jan 2005 17:21:01 +0100
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]