From 30d45a522eb83d519f1ee44ebe06a6696d2b094d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 25 Jul 2013 21:06:25 -0500 Subject: in the appointments section, only show the next instance of recurring events. If the event is daily, say so in the time format string. --- src/planner.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/planner.h') diff --git a/src/planner.h b/src/planner.h index eab5f9a..f6148c6 100644 --- a/src/planner.h +++ b/src/planner.h @@ -44,6 +44,7 @@ struct IndicatorDatetimeAppt GDateTime * begin; GDateTime * end; gboolean is_event; + gboolean is_daily; gboolean has_alarms; }; -- cgit v1.2.3