aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-tasks.c
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-21 05:19:51 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-21 05:19:51 +0800
commit4645eac8501fda241b9b7170a4db2b1878ca74ac (patch)
tree2d413f37aa114fa174e62d3f611e6963c6437f0d /my-evolution/e-summary-tasks.c
parentc49f665c56d01b67a3126150c4837ae96e903df8 (diff)
downloadgsoc2013-evolution-4645eac8501fda241b9b7170a4db2b1878ca74ac.tar
gsoc2013-evolution-4645eac8501fda241b9b7170a4db2b1878ca74ac.tar.gz
gsoc2013-evolution-4645eac8501fda241b9b7170a4db2b1878ca74ac.tar.bz2
gsoc2013-evolution-4645eac8501fda241b9b7170a4db2b1878ca74ac.tar.lz
gsoc2013-evolution-4645eac8501fda241b9b7170a4db2b1878ca74ac.tar.xz
gsoc2013-evolution-4645eac8501fda241b9b7170a4db2b1878ca74ac.tar.zst
gsoc2013-evolution-4645eac8501fda241b9b7170a4db2b1878ca74ac.zip
Revert last changes, URIs are now back to original in shell.
2001-07-20 Jason Leach <jleach@ximian.com> * e-summary-tasks.c: Revert last changes, URIs are now back to original in shell. svn path=/trunk/; revision=11275
Diffstat (limited to 'my-evolution/e-summary-tasks.c')
-rw-r--r--my-evolution/e-summary-tasks.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c
index da4030f871..27ef1a4cbe 100644
--- a/my-evolution/e-summary-tasks.c
+++ b/my-evolution/e-summary-tasks.c
@@ -206,7 +206,7 @@ generate_html (gpointer data)
s2 = e_utf8_from_locale_string (_("No tasks"));
g_free (tasks->html);
tasks->html = g_strconcat ("<dl><dt><img src=\"ico-calendar.png\" align=\"middle\" "
- "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/Local Folders/Tasks\">",
+ "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Tasks\">",
s1, "</a></b></dt><dd><b>", s2, "</b></dd></dl>", NULL);
g_free (s1);
g_free (s2);
@@ -217,7 +217,7 @@ generate_html (gpointer data)
char *s;
string = g_string_new ("<dl><dt><img src=\"ico-calendar.png\" align=\"middle\" "
- "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/Local Folders/Tasks\">");
+ "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Tasks\">");
s = e_utf8_from_locale_string (_("Tasks"));
g_string_append (string, s);
g_free (s);
@@ -241,12 +241,12 @@ generate_html (gpointer data)
if (completed == NULL) {
tmp = g_strdup_printf ("<img align=\"middle\" src=\"es-appointments.png\" "
"alt=\"\" width=\"16\" height=\"16\"> &#160; "
- "<font size=\"-1\"><a href=\"evolution:/Local Folders/Tasks\">%s</a></font><br>",
+ "<font size=\"-1\"><a href=\"evolution:/local/Tasks\">%s</a></font><br>",
text.value);
} else {
tmp = g_strdup_printf ("<img align=\"middle\" src=\"es-appointments.png\" "
"alt=\"\" width=\"16\" height=\"16\"> &#160; "
- "<font size=\"-1\"><strike><a href=\"evolution:/Local Folders/Tasks\">%s</a></strike></font><br>",
+ "<font size=\"-1\"><strike><a href=\"evolution:/local/Tasks\">%s</a></strike></font><br>",
text.value);
}