Re: [evolution-patches] Patch for #45348, Mail and GAL related
- From: Not Zed <notzed ximian com>
- To: Jeffrey Stedfast <fejj ximian com>
- Cc: Harry Lu <harry lu sun com>, evolution-patches <evolution-patches ximian com>
- Subject: Re: [evolution-patches] Patch for #45348, Mail and GAL related
- Date: Mon, 18 Aug 2003 15:55:11 -0400
And yeah, Jeff apologises for misunderstanding the initial patch which
did it this way to start with ... And I apologise for not looking into
it closely either :-/. %P is a GNU extension (clearly marked on the man
page) so we shouldn't have been using it to start with.
Michael
> > > > > > +2003-08-13 Harry Lu <harry lu sun com>
> > > > > > +
> > > > > > + ** For #45348
> > > > > > +
> > > > > > + * mail-display.c: (mail_display_render): Change "%P" to
> > > > > > "%p" so
> > > > > > + that strftime() can work under solaris.
> > > > > > +
> > > > > > 2003-08-05 Not Zed <NotZed Ximian com>
> > > > > >
> > > > > > ** See bug #47224. Hook onto clicked rather than
> > > > > > button_pressed,
> > > > > > Index: evolution/mail/mail-display.c
> > > > > > ===================================================================
> > > > > > RCS file: /cvs/gnome/evolution/mail/mail-display.c,v
> > > > > > retrieving revision 1.282.4.4
> > > > > > diff -u -r1.282.4.4 mail-display.c
> > > > > > --- evolution/mail/mail-display.c 5 Aug 2003 21:38:20
> > > > > > -0000 1.282.4.4
> > > > > > +++ evolution/mail/mail-display.c 13 Aug 2003 03:57:00
> > > > > > -0000
> > > > > > @@ -1872,7 +1872,7 @@
> > > > > > localtime_r (&target_date, &due);
> > > > > > - e_utf8_strftime_fix_am_pm (due_date,
> > > > > > sizeof (due_date), _("by %B %d, %Y, %l:%M %P"), &due);
> > > > > > + e_utf8_strftime_fix_am_pm (due_date, sizeof
> > > > > > (due_date), _("by %B %d, %Y, %l:%M %p"), &due);
> > > > > > } else {
> > > > > > due_date[0] = '\0';
> > > > > > }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]