Re: [evolution-patches] patch for bug 44972
- From: Lorenzo Gil Sanchez <lgs sicem biz>
- To: Rodrigo Moya <rodrigo ximian com>
- Cc: Evolution-patches lists ximian com
- Subject: Re: [evolution-patches] patch for bug 44972
- Date: 01 Aug 2003 12:22:49 +0200
Here it is, with ChangeLog updated
Lorenzo Gil
El vie, 01-08-2003 a las 12:15, Rodrigo Moya escribió:
> On Fri, 2003-08-01 at 10:40, Lorenzo Gil Sanchez wrote:
> > Hi, this is my first Evolution patch so don't expect something awesome
> > :-P
> >
> > Basically the problem was that the list of notifications for an
> > appointment was not translated because gettext was not used in that
> > file.
> >
> > Let me know if it get approved so I can update the Changelog.
> >
> please send the patch including the changeLog changes.
>
> cheers
>
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1842
diff -u -r1.1842 ChangeLog
--- ChangeLog 30 Jul 2003 15:28:45 -0000 1.1842
+++ ChangeLog 1 Aug 2003 10:24:12 -0000
@@ -1,3 +1,7 @@
+2003-08-01 Lorenzo Gil <lgs sicem biz>
+ * gui/e-alarm-list.c: added the include <config.h> line at the
+ beginning to enable gettext.
+
2003-07-30 Rodrigo Moya <rodrigo ximian com>
* cal-client/cal-client-multi.[ch]:
Index: gui/e-alarm-list.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/e-alarm-list.c,v
retrieving revision 1.2
diff -u -r1.2 e-alarm-list.c
--- gui/e-alarm-list.c 6 Feb 2003 01:58:30 -0000 1.2
+++ gui/e-alarm-list.c 1 Aug 2003 10:24:12 -0000
@@ -20,6 +20,7 @@
* Authors: Hans Petter Jansson <hpj ximian com>
*/
+#include <config.h>
#include <string.h>
#include <gtk/gtktreemodel.h>
#include <gtk/gtksignal.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]