From 8a7c9cba6c70d7bef728c3c88d8e733b562e8e60 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 20 Jul 2001 03:43:22 +0000 Subject: Update this evolution:/local/ URI to evolution:/Local Folders/ to go along 2001-07-19 Jason Leach * mail-summary.c (generate_html_summary): Update this evolution:/local/ URI to evolution:/Local Folders/ to go along with today's shell changes. svn path=/trunk/; revision=11253 --- mail/ChangeLog | 6 ++++++ mail/mail-summary.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 5f111c207e..d944342f45 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-07-19 Jason Leach + + * mail-summary.c (generate_html_summary): Update this + evolution:/local/ URI to evolution:/Local Folders/ to go along + with today's shell changes. + 2001-07-19 Jason Leach * mail-display.c: Fix #4605: "Save Image as" should be "Save Image diff --git a/mail/mail-summary.c b/mail/mail-summary.c index 0b8e64a592..d1935ea758 100644 --- a/mail/mail-summary.c +++ b/mail/mail-summary.c @@ -185,7 +185,7 @@ generate_html_summary (MailSummary *summary) g_print ("unread: %d\n", fs->unread); g_print ("total: %d\n", fs->total); - tmp = g_strdup_printf ("
%s:" + tmp = g_strdup_printf ("", fs->name, fs->unread, fs->total); -- cgit v1.2.3
%s:" "%d/%d