aboutsummaryrefslogtreecommitdiff
path: root/src/planner.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-07-25 21:06:25 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-07-25 21:06:25 -0500
commit30d45a522eb83d519f1ee44ebe06a6696d2b094d (patch)
tree2a4678ee1c5b9f41ce93de6b06bdcedfb1bd563d /src/planner.h
parent7b4baac1d34ce22a570f080066856e229462f606 (diff)
downloadayatana-indicator-datetime-30d45a522eb83d519f1ee44ebe06a6696d2b094d.tar.gz
ayatana-indicator-datetime-30d45a522eb83d519f1ee44ebe06a6696d2b094d.tar.bz2
ayatana-indicator-datetime-30d45a522eb83d519f1ee44ebe06a6696d2b094d.zip
in the appointments section, only show the next instance of recurring events. If the event is daily, say so in the time format string.
Diffstat (limited to 'src/planner.h')
-rw-r--r--src/planner.h1
1 files changed, 1 insertions, 0 deletions
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;
};