Re: [evolution-patches] Patch for #45348, Mail and GAL related



Right, so it would seem his original proposed patch was correct. Just to
make sure I have the complete patch, it would be great if you could
re-send.

thanks and apologies.

Jeff

On Mon, 2003-08-18 at 15:55, Not Zed wrote:
> 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'; 
> > > > > > >         } 
> 
> 
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com




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