[evolution-patches] seeking review for patch of bug 48175
- From: Calvin Liu <calvin liu sun com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] seeking review for patch of bug 48175
- Date: Fri, 05 Sep 2003 18:48:32 +0800
Hi, there,
Please review the patch for bug 48175. The bug will cause crash on all
Solaris platform.
Thanks.
Calvin
Index: my-evolution/e-summary-tasks.c
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/e-summary-tasks.c,v
retrieving revision 1.44.4.1
diff -u -r1.44.4.1 e-summary-tasks.c
--- my-evolution/e-summary-tasks.c 18 Aug 2003 01:49:16 -0000 1.44.4.1
+++ my-evolution/e-summary-tasks.c 5 Sep 2003 10:35:11 -0000
@@ -361,7 +361,7 @@
tmp = g_strdup_printf ("<img align=\"middle\" src=\"task.png\" "
"alt=\"\" width=\"16\" height=\"16\">   "
"<a href=\"tasks:/%s\"><font size=\"-1\" color=\"%s\">%s</font></a><br>",
- uid, colour, text.value ? text.value : _("(No Description)"));
+ uid, colour ? colour : _("blue"), text.value ? text.value : _("(No Description)"));
} else {
#if 0
tmp = g_strdup_printf ("<img align=\"middle\" src=\"task.xpm\" "
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]