diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-15 02:19:13 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-15 02:19:13 +0800 |
commit | 79efc40b19f513570d800d2b3fa6293ea794a28d (patch) | |
tree | 23a9b14de06c78c6bf815591c91c697561edc2f1 /calendar/gui/calendar-config-keys.h | |
parent | b5e2c8cb04ca6b58723a9afe6c8c1e395ced2bbb (diff) | |
download | gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar.gz gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar.bz2 gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar.lz gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar.xz gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.tar.zst gsoc2013-evolution-79efc40b19f513570d800d2b3fa6293ea794a28d.zip |
UI changes for the event editor.
svn path=/trunk/; revision=30613
Diffstat (limited to 'calendar/gui/calendar-config-keys.h')
-rw-r--r-- | calendar/gui/calendar-config-keys.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h index 3a18e93d51..b4ce0e2ce3 100644 --- a/calendar/gui/calendar-config-keys.h +++ b/calendar/gui/calendar-config-keys.h @@ -32,6 +32,13 @@ G_BEGIN_DECLS #define CALENDAR_CONFIG_SELECTED_CALENDARS CALENDAR_CONFIG_PREFIX "/display/selected_calendars" #define CALENDAR_CONFIG_PRIMARY_CALENDAR CALENDAR_CONFIG_PREFIX "/display/primary_calendar" #define CALENDAR_CONFIG_24HOUR CALENDAR_CONFIG_PREFIX "/display/use_24hour_format" +#define CALENDAR_CONFIG_SHOW_ATTENDEE CALENDAR_CONFIG_PREFIX "/display/show_attendee" +#define CALENDAR_CONFIG_SHOW_ROLE CALENDAR_CONFIG_PREFIX "/display/show_role" +#define CALENDAR_CONFIG_SHOW_STATUS CALENDAR_CONFIG_PREFIX "/display/show_status" +#define CALENDAR_CONFIG_SHOW_TYPE CALENDAR_CONFIG_PREFIX "/display/show_type" +#define CALENDAR_CONFIG_SHOW_RSVP CALENDAR_CONFIG_PREFIX "/display/show_rsvp" +#define CALENDAR_CONFIG_SHOW_TIMEZONE CALENDAR_CONFIG_PREFIX "/display/show_timezone" +#define CALENDAR_CONFIG_SHOW_CATEGORIES CALENDAR_CONFIG_PREFIX "/display/show_categories" #define CALENDAR_CONFIG_WEEK_START CALENDAR_CONFIG_PREFIX "/display/week_start_day" #define CALENDAR_CONFIG_DAY_START_HOUR CALENDAR_CONFIG_PREFIX "/display/day_start_hour" #define CALENDAR_CONFIG_DAY_START_MINUTE CALENDAR_CONFIG_PREFIX "/display/day_start_minute" |