aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-31 04:09:59 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-31 04:09:59 +0800
commit381bb00712e2990e4c9cd23789d04c4227cb59ec (patch)
tree7ab5c838ac0dcd846335ffa19c7b6ac06786d64a
parent28bf7c4e6b8b815aee2808445d420cc8aed01034 (diff)
downloadgsoc2013-evolution-381bb00712e2990e4c9cd23789d04c4227cb59ec.tar
gsoc2013-evolution-381bb00712e2990e4c9cd23789d04c4227cb59ec.tar.gz
gsoc2013-evolution-381bb00712e2990e4c9cd23789d04c4227cb59ec.tar.bz2
gsoc2013-evolution-381bb00712e2990e4c9cd23789d04c4227cb59ec.tar.lz
gsoc2013-evolution-381bb00712e2990e4c9cd23789d04c4227cb59ec.tar.xz
gsoc2013-evolution-381bb00712e2990e4c9cd23789d04c4227cb59ec.tar.zst
gsoc2013-evolution-381bb00712e2990e4c9cd23789d04c4227cb59ec.zip
Fix the URL link for the calendar
svn path=/trunk/; revision=11485
-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);