[evolution-patches] Evolution 1.4 branch patch for Bug#54095
- From: Suresh Chandrasekharan <suresh chandrasekharan sun com>
- To: evolution-patches ximian com, sceri-evolution sun com
- Subject: [evolution-patches] Evolution 1.4 branch patch for Bug#54095
- Date: Mon, 09 Feb 2004 11:38:02 -0800
Hi,
Attached a simple patch for 1.4/head evolution for a couple of
untranslated messages in virtual folders.
Thanks,
Suresh
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/filter/ChangeLog,v
retrieving revision 1.371.4.3
diff -u -r1.371.4.3 ChangeLog
--- ChangeLog 22 Sep 2003 19:19:07 -0000 1.371.4.3
+++ ChangeLog 9 Feb 2004 19:24:26 -0000
@@ -1,3 +1,10 @@
+2004-02-09 Suresh Chandrasekharan <suresh chandrasekharan sun com>
+
+ BugId 54095: virtual folder translation has two untranslated mail
+ folder names.
+
+ * flter-rule.c: (xml_decode): Get the strings from po file.
+
2003-09-22 Jeffrey Stedfast <fejj ximian com>
* filter-int.c (get_widget): Listen to the "value-changed" signal
Index: filter-rule.c
===================================================================
RCS file: /cvs/gnome/evolution/filter/filter-rule.c,v
retrieving revision 1.57
diff -u -r1.57 filter-rule.c
--- filter-rule.c 11 Apr 2003 19:11:50 -0000 1.57
+++ filter-rule.c 9 Feb 2004 19:24:26 -0000
@@ -403,7 +403,7 @@
char *str, *decstr;
str = xmlNodeGetContent (work);
- decstr = g_strdup (str);
+ decstr = g_strdup (_(str));
if (str)
xmlFree (str);
fr->name = decstr;
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/filter/ChangeLog,v
retrieving revision 1.390
diff -u -r1.390 ChangeLog
--- ChangeLog 6 Feb 2004 21:00:47 -0000 1.390
+++ ChangeLog 9 Feb 2004 19:27:27 -0000
@@ -1,3 +1,10 @@
+2004-02-09 Suresh Chandrasekharan <suresh chandrasekharan sun com>
+
+ BugId 54095: virtual folder translation has two untranslated mail
+ folder names.
+
+ * flter-rule.c: (xml_decode): Get the strings from po file.
+
2004-02-06 Hans Petter Jansson <hpj ximian com>
* filter-input.c (filter_input_init): Default to an empty string
Index: filter-rule.c
===================================================================
RCS file: /cvs/gnome/evolution/filter/filter-rule.c,v
retrieving revision 1.57
diff -u -r1.57 filter-rule.c
--- filter-rule.c 11 Apr 2003 19:11:50 -0000 1.57
+++ filter-rule.c 9 Feb 2004 19:27:27 -0000
@@ -403,7 +403,7 @@
char *str, *decstr;
str = xmlNodeGetContent (work);
- decstr = g_strdup (str);
+ decstr = g_strdup (_(str));
if (str)
xmlFree (str);
fr->name = decstr;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]