diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-07-14 06:14:08 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-07-14 06:14:08 +0800 |
commit | 7e35d996af26649813526c70e7ed84a75701205d (patch) | |
tree | 66e9b68cbd5831fc777aee65f6cc0273c3b2d7e0 | |
parent | ac7082a2f6b50e10492b9c03ab8036eeb7de6c02 (diff) | |
download | gsoc2013-evolution-7e35d996af26649813526c70e7ed84a75701205d.tar.gz gsoc2013-evolution-7e35d996af26649813526c70e7ed84a75701205d.tar.zst gsoc2013-evolution-7e35d996af26649813526c70e7ed84a75701205d.zip |
Icon name fix
svn path=/trunk/; revision=11104
-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); |