[evolution-patches] Re: patch against #71379 update
- From: Mengjie Yu <Meng-Jie Yu Sun COM>
- To: Radek Doulik <rodo ximian com>
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] Re: patch against #71379 update
- Date: Fri, 28 Jan 2005 15:00:50 +0800
hi, rodo
Patch committed into CVS Head.
Thanks very much for the review.
Yours,
Mengjie Yu
On Thu, 2005-01-27 at 17:21 +0100, Radek Doulik wrote:
> 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]