aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-config-keys.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-29 01:56:11 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-11 04:26:11 +0800
commit78c34e905d5689f72276c323cc06c12fc65d9cc1 (patch)
treee87b88c422a88d6b7c895632e7da59d829e53003 /calendar/gui/calendar-config-keys.h
parent3d62dcf4cb08e8acb98693561037d35fd8741c73 (diff)
downloadgsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar
gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar.gz
gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar.bz2
gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar.lz
gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar.xz
gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar.zst
gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.zip
Bug #314599 - Recurrence Tab Should Not Default To Forever
Diffstat (limited to 'calendar/gui/calendar-config-keys.h')
-rw-r--r--calendar/gui/calendar-config-keys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h
index b12b3b2b92..61044f577b 100644
--- a/calendar/gui/calendar-config-keys.h
+++ b/calendar/gui/calendar-config-keys.h
@@ -92,6 +92,9 @@ G_BEGIN_DECLS
#define CALENDAR_CONFIG_BA_REMINDER CALENDAR_CONFIG_PREFIX "/other/use_ba_reminder"
#define CALENDAR_CONFIG_BA_REMINDER_INTERVAL CALENDAR_CONFIG_PREFIX "/other/ba_reminder_interval"
#define CALENDAR_CONFIG_BA_REMINDER_UNITS CALENDAR_CONFIG_PREFIX "/other/ba_reminder_units"
+
+#define CALENDAR_CONFIG_DEF_RECUR_COUNT CALENDAR_CONFIG_PREFIX "/other/def_recur_count"
+
G_END_DECLS
#endif