diff options
author | Jason Leach <jleach@ximian.com> | 2001-07-21 05:19:51 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-07-21 05:19:51 +0800 |
commit | 4645eac8501fda241b9b7170a4db2b1878ca74ac (patch) | |
tree | 2d413f37aa114fa174e62d3f611e6963c6437f0d | |
parent | c49f665c56d01b67a3126150c4837ae96e903df8 (diff) | |
download | gsoc2013-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
-rw-r--r-- | my-evolution/ChangeLog | 5 | ||||
-rw-r--r-- | my-evolution/e-summary-calendar.c | 4 | ||||
-rw-r--r-- | my-evolution/e-summary-mail.c | 4 | ||||
-rw-r--r-- | my-evolution/e-summary-tasks.c | 8 |
4 files changed, 13 insertions, 8 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 952e289360..82c5b45d90 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,8 @@ +2001-07-20 Jason Leach <jleach@ximian.com> + + * e-summary-tasks.c: Revert last changes, URIs are now back to + original in shell. + 2001-07-19 Jason Leach <jleach@ximian.com> * e-summary-tasks.c: Update the evolution:/local/ URI's to diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 76709a2be6..5e5b730620 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -177,7 +177,7 @@ generate_html (gpointer data) s2 = e_utf8_from_locale_string (_("No appointments")); g_free (calendar->html); calendar->html = g_strconcat ("<dl><dt><img src=\"ico-calendar.png\" align=\"middle\" " - "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/Local Folders/Calendar\">", + "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Calendar\">", s1, "</a></b></dt><dd><b>", s2, "</b></dd></dl>", NULL); g_free (s1); g_free (s2); @@ -190,7 +190,7 @@ generate_html (gpointer data) uids = cal_list_sort (uids, sort_uids, summary); string = g_string_new ("<dl><dt><img src=\"ico-calendar.png\" align=\"middle\" " - "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/Local Folders/Calendar\">"); + "alt=\"\" width=\"48\" height=\"48\"> <b><a href=\"evolution:/local/Calendar\">"); s = e_utf8_from_locale_string (_("Appointments")); g_string_append (string, s); g_free (s); diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index e13ee0966e..923724c773 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -76,7 +76,7 @@ folder_gen_html (ESummaryMailFolder *folder, char *str, *pretty_name, *uri; pretty_name = make_pretty_foldername (folder->name); - uri = g_strconcat ("evolution:/Local Folders", folder->name, NULL); + uri = g_strconcat ("evolution:/local", folder->name, NULL); str = g_strdup_printf ("<tr><td><a href=\"%s\"><pre>%s</pre></a></td><td align=\"Left\"><pre>%d/%d</pre></td></tr>", uri, pretty_name, folder->unread, folder->count); g_free (uri); @@ -99,7 +99,7 @@ e_summary_mail_generate_html (ESummary *summary) mail = summary->mail; string = g_string_new ("<dl><dt><img src=\"ico-mail.png\" " "align=\"middle\" alt=\"\" width=\"48\" " - "height=\"48\"> <b><a href=\"evolution:/Local Folders/Inbox\">"); + "height=\"48\"> <b><a href=\"evolution:/local/Inbox\">"); s = e_utf8_from_locale_string (_("Mail summary")); g_string_append (string, s); g_free (s); 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\">   " - "<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\">   " - "<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); } |