Fix the URL link for the calendar

svn path=/trunk/; revision=11485
This commit is contained in:
Iain Holmes
2001-07-30 20:09:59 +00:00
parent 28bf7c4e6b
commit 381bb00712
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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);