diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-30 21:36:32 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-07-30 21:36:32 +0000 |
commit | 809982d3f185c6e5480805be6e38538a3a066c63 (patch) | |
tree | 038f8062b150cd5e916fa03162c778344758ec1c /src/planner.h | |
parent | fe279460c083468059d7a6e46a4b033ad668c8d3 (diff) | |
parent | a60f5e911160d1f0b15e40a1eefe429b5fe973f9 (diff) | |
download | ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.tar.gz ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.tar.bz2 ayatana-indicator-datetime-809982d3f185c6e5480805be6e38538a3a066c63.zip |
add a phone menu as described at https://wiki.ubuntu.com/TimeAndDate#Indicator.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src/planner.h')
-rw-r--r-- | src/planner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/planner.h b/src/planner.h index 7499b75..f6148c6 100644 --- a/src/planner.h +++ b/src/planner.h @@ -44,6 +44,8 @@ struct IndicatorDatetimeAppt GDateTime * begin; GDateTime * end; gboolean is_event; + gboolean is_daily; + gboolean has_alarms; }; /** |