diff options
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 4 | ||||
-rw-r--r-- | my-evolution/e-summary-tasks.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 41044beea0..9d203a1807 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,5 +1,9 @@ 2001-07-13 Iain Holmes <iain@ximian.com> + * e-summary-tasks.c: Fix the name of the icon. + +2001-07-13 Iain Holmes <iain@ximian.com> + * e-summary-preferences.c (mail_add_clicked_cb): Set the property box to changed. diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index e8dc52de7a..41ce94704c 100644 --- a/my-evolution/e-summary-tasks.c +++ b/my-evolution/e-summary-tasks.c @@ -156,7 +156,7 @@ generate_html (gpointer data) s1 = e_utf8_from_locale_string (_("Tasks")); s2 = e_utf8_from_locale_string (_("No tasks")); g_free (tasks->html); - tasks->html = g_strconcat ("<dl><dt><img src=\"ico-tasks.png\" align=\"middle\" " + tasks->html = g_strconcat ("<dl><dt><img src=\"ico-calendar.png\" align=\"middle\" " "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); |