From 381bb00712e2990e4c9cd23789d04c4227cb59ec Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Mon, 30 Jul 2001 20:09:59 +0000 Subject: Fix the URL link for the calendar svn path=/trunk/; revision=11485 --- my-evolution/ChangeLog | 4 ++++ my-evolution/e-summary-calendar.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index cebe778402..c08ca3bbc1 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-07-30 Iain Holmes + + * e-sumary-calendar.c (generate_html): Correct the URL for the links. + 2001-07-27 Iain Holmes * Locations: Add some more German cities from s.kost@webmacher.de. diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 5e5b730620..33d4f15a39 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -232,7 +232,7 @@ generate_html (gpointer data) tmp = g_strdup_printf ("   " - "%s, %s
", + "%s, %s
", start_str, text.value); g_free (start_str); -- cgit v1.2.3