From 9a96cbd58ed1f063c81af4bc2900ba6dce677ca3 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Thu, 2 Aug 2001 19:44:23 +0000 Subject: Install and use the new My Evolution icons from Jakub (they look really awesome Jakub, nice work). svn path=/trunk/; revision=11596 --- my-evolution/e-summary-calendar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'my-evolution/e-summary-calendar.c') diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 33d4f15a39..442bf1db6e 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -176,7 +176,7 @@ generate_html (gpointer data) s1 = e_utf8_from_locale_string (_("Appointments")); s2 = e_utf8_from_locale_string (_("No appointments")); g_free (calendar->html); - calendar->html = g_strconcat ("
html = g_strconcat ("
", s1, "
", s2, "
", NULL); g_free (s1); @@ -189,7 +189,7 @@ generate_html (gpointer data) uids = cal_list_sort (uids, sort_uids, summary); - string = g_string_new ("
"); s = e_utf8_from_locale_string (_("Appointments")); g_string_append (string, s); -- cgit