From 6d4625b3055cb6d0783677f963163d42f537f589 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Tue, 21 Aug 2001 19:45:53 +0000 Subject: changed the icons. For calendar events we use the 'new appointment' icon 2001-08-21 Damon Chaplin * e-summary-calendar.c (generate_html): * e-summary-tasks.c (generate_html): changed the icons. For calendar events we use the 'new appointment' icon from the menu. For tasks we use the task icon from the ETable - I wasn't sure about using the 'New Task' icon as it has a tick in it which may make people think it is complete. svn path=/trunk/; revision=12351 --- my-evolution/e-summary-tasks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'my-evolution/e-summary-tasks.c') diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index 22428aa5ce..d83bbefe3c 100644 --- a/my-evolution/e-summary-tasks.c +++ b/my-evolution/e-summary-tasks.c @@ -246,12 +246,12 @@ generate_html (gpointer data) cal_component_get_completed (comp, &completed); if (completed == NULL) { - tmp = g_strdup_printf ("   " "%s
", text.value); } else { - tmp = g_strdup_printf ("   " "%s
", text.value); -- cgit