From 4645eac8501fda241b9b7170a4db2b1878ca74ac Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 20 Jul 2001 21:19:51 +0000 Subject: Revert last changes, URIs are now back to original in shell. 2001-07-20 Jason Leach * e-summary-tasks.c: Revert last changes, URIs are now back to original in shell. svn path=/trunk/; revision=11275 --- my-evolution/e-summary-tasks.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 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 ("
", + "alt=\"\" width=\"48\" height=\"48\"> ", s1, "
", s2, "
", NULL); g_free (s1); g_free (s2); @@ -217,7 +217,7 @@ generate_html (gpointer data) char *s; string = g_string_new ("
"); + "alt=\"\" width=\"48\" height=\"48\"> "); 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 ("   " - "%s
", + "%s
", text.value); } else { tmp = g_strdup_printf ("   " - "%s
", + "%s
", text.value); } -- cgit