From 4f3765c9613ec25423d9b7a4a1fc4901a857618a Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Sun, 7 Jan 2001 00:31:04 +0000 Subject: Neaten the HTML, add Tasks, and make the day change when the day changes :) Calendar summary. svn path=/trunk/; revision=7285 --- calendar/gui/calendar-summary.c | 85 ++++++++++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 6 deletions(-) (limited to 'calendar/gui/calendar-summary.c') diff --git a/calendar/gui/calendar-summary.c b/calendar/gui/calendar-summary.c index 2def2f6fea..258e73e7d7 100644 --- a/calendar/gui/calendar-summary.c +++ b/calendar/gui/calendar-summary.c @@ -51,6 +51,8 @@ typedef struct { char *icon; guint32 idle; + + gpointer alarm; } CalSummary; enum { @@ -79,7 +81,8 @@ generate_html_summary (CalSummary *summary) datestr = g_new (char, 256); timeptr = localtime (&t); strftime (datestr, 255, _("%A, %e %B %Y"), timeptr); - ret_html = g_strdup_printf ("%s