From 65a899cbd62be7579e5e29927f07699dd583b2d0 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Fri, 20 Jul 2001 03:39:10 +0000 Subject: Update the evolution:/local/ URI's to evolution:/Local Folders/ to go 2001-07-19 Jason Leach * e-summary-tasks.c: Update the evolution:/local/ URI's to evolution:/Local Folders/ to go along with todays shell changes. * e-summary-mail.c: Ditto. * e-summary-calendar.c: Ditto. svn path=/trunk/; revision=11252 --- my-evolution/ChangeLog | 11 +++++++++-- my-evolution/e-summary-calendar.c | 4 ++-- my-evolution/e-summary-mail.c | 6 +++--- my-evolution/e-summary-tasks.c | 8 ++++---- 4 files changed, 18 insertions(+), 11 deletions(-) (limited to 'my-evolution') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index f99cbf6b30..952e289360 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,9 +1,16 @@ -2001-07-19 Iain Holmes +2001-07-19 Jason Leach - * e-summary-rdf.c (display_doc): Fix HTML + * e-summary-tasks.c: Update the evolution:/local/ URI's to + evolution:/Local Folders/ to go along with todays shell changes. + + * e-summary-mail.c: Ditto. + * e-summary-calendar.c: Ditto. + 2001-07-19 Iain Holmes + * e-summary-rdf.c (display_doc): Fix HTML + * e-summary-mail.c (folder_gen_html): correct the folder name. 2001-07-19 Iain Holmes diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 5e5b730620..76709a2be6 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -177,7 +177,7 @@ generate_html (gpointer data) s2 = e_utf8_from_locale_string (_("No appointments")); g_free (calendar->html); calendar->html = g_strconcat ("
", + "alt=\"\" width=\"48\" height=\"48\"> ", s1, "
", s2, "
", NULL); g_free (s1); g_free (s2); @@ -190,7 +190,7 @@ generate_html (gpointer data) uids = cal_list_sort (uids, sort_uids, summary); string = g_string_new ("
"); + "alt=\"\" width=\"48\" height=\"48\"> "); s = e_utf8_from_locale_string (_("Appointments")); g_string_append (string, s); g_free (s); diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index 12b6b4f2d3..e13ee0966e 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -76,7 +76,7 @@ folder_gen_html (ESummaryMailFolder *folder, char *str, *pretty_name, *uri; pretty_name = make_pretty_foldername (folder->name); - uri = g_strconcat ("evolution:/local", folder->name, NULL); + uri = g_strconcat ("evolution:/Local Folders", folder->name, NULL); str = g_strdup_printf ("
%s
%d/%d
", uri, pretty_name, folder->unread, folder->count); g_free (uri); @@ -99,7 +99,7 @@ e_summary_mail_generate_html (ESummary *summary) mail = summary->mail; string = g_string_new ("
\"\" "); + "height=\"48\"> "); s = e_utf8_from_locale_string (_("Mail summary")); g_string_append (string, s); g_free (s); @@ -252,7 +252,7 @@ e_summary_mail_init (ESummary *summary, { ESummaryMail *mail; CORBA_Environment ev; - GNOME_Evolution_LocalStorage local_storage; + GNOME_Evolution_Storage local_storage; EvolutionStorageListener *listener; GNOME_Evolution_StorageListener corba_listener; diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index 27ef1a4cbe..da4030f871 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 v1.2.3