From 7e35d996af26649813526c70e7ed84a75701205d Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 13 Jul 2001 22:14:08 +0000 Subject: Icon name fix svn path=/trunk/; revision=11104 --- my-evolution/ChangeLog | 4 ++++ my-evolution/e-summary-tasks.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 41044beea0..9d203a1807 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,7 @@ +2001-07-13 Iain Holmes + + * e-summary-tasks.c: Fix the name of the icon. + 2001-07-13 Iain Holmes * e-summary-preferences.c (mail_add_clicked_cb): Set the property box 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 ("
html = g_strconcat ("
", s1, "
", s2, "
", NULL); g_free (s1); -- cgit v1.2.3