From 5e9d81e541449d811574d64c9f0e84e0cf24b536 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 22 Oct 2001 16:47:54 +0000 Subject: write out the correct time in the control 2001-10-22 JP Rosevear * gui/e-itip-control.c (set_date_label): write out the correct time in the control * pcs/cal.c (build_fb_seq): utility function to build sequences of f/b data (impl_Cal_get_free_busy): use above so we never return a NULL * conduits/calendar/calendar-conduit-config.h (calconduit_save_configuration): fix c/p error (calconduit_load_configuration): ditto svn path=/trunk/; revision=13876 --- calendar/gui/e-itip-control.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/gui/e-itip-control.c') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 85fcfd4572..b85e113170 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -500,11 +500,11 @@ set_date_label (GtkHTML *html, GtkHTMLStream *html_stream, CalComponent *comp) write_label_piece (end, buffer, 1024, U_("Meeting ends: "), "
"); break; case CAL_COMPONENT_FREEBUSY: - write_label_piece (start, buffer, 1024, U_("Free/Busy info ends: "), + write_label_piece (end, buffer, 1024, U_("Free/Busy info ends: "), "
"); break; default: - write_label_piece (start, buffer, 1024, U_("Ends: "), "
"); + write_label_piece (end, buffer, 1024, U_("Ends: "), "
"); } gtk_html_write (html, html_stream, buffer, strlen (buffer)); wrote = TRUE; -- cgit v1.2.3