aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--my-evolution/ChangeLog4
-rw-r--r--my-evolution/e-summary-calendar.c2
2 files changed, 5 insertions, 1 deletions
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 <iain@ximian.com>
+
+ * e-sumary-calendar.c (generate_html): Correct the URL for the links.
+
2001-07-27 Iain Holmes <iain@ximian.com>
* 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 ("<img align=\"middle\" src=\"es-appointments.png\" "
"alt=\"\" width=\"16\" height=\"16\"> &#160; "
- "<font size=\"-1\"><a href=\"#\">%s, %s</a></font><br>",
+ "<font size=\"-1\"><a href=\"evolution:/local/Calendar\">%s, %s</a></font><br>",
start_str, text.value);
g_free (start_str);