diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-18 06:15:26 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-18 07:01:00 +0800 |
commit | 85fb57b9d8ec476dc8e75d10ae5481f4270dd9f2 (patch) | |
tree | 87bce270c05880f67ac405d91448ed8b48b774c2 /calendar/gui/calendar-config-keys.h | |
parent | 287cb76b70650be2d10ee437a6920f87f4cbff8a (diff) | |
download | gsoc2013-evolution-85fb57b9d8ec476dc8e75d10ae5481f4270dd9f2.tar.gz gsoc2013-evolution-85fb57b9d8ec476dc8e75d10ae5481f4270dd9f2.tar.zst gsoc2013-evolution-85fb57b9d8ec476dc8e75d10ae5481f4270dd9f2.zip |
Use a single /apps/evolution/calendar/display/show_week_numbers
We have two preferences for showing week numbers in various places.
We will combine these to be a single preference. This change replaces
/apps/evolution/calendar/display/day_view_show_week_number
with a general /apps/evolution/calendar/display/show_week_numbers.
We'll deal with the other preference in subsequent commits.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'calendar/gui/calendar-config-keys.h')
-rw-r--r-- | calendar/gui/calendar-config-keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h index 9afa8dc7e4..cdff354859 100644 --- a/calendar/gui/calendar-config-keys.h +++ b/calendar/gui/calendar-config-keys.h @@ -53,13 +53,13 @@ G_BEGIN_DECLS #define CALENDAR_CONFIG_COMPRESS_WEEKEND CALENDAR_CONFIG_PREFIX "/display/compress_weekend" #define CALENDAR_CONFIG_SHOW_EVENT_END CALENDAR_CONFIG_PREFIX "/display/show_event_end" #define CALENDAR_CONFIG_WORKING_DAYS CALENDAR_CONFIG_PREFIX "/display/working_days" -#define CALENDAR_CONFIG_DV_WEEK_NUMBER CALENDAR_CONFIG_PREFIX "/display/day_view_show_week_number" +#define CALENDAR_CONFIG_SHOW_WEEK_NUMBERS CALENDAR_CONFIG_PREFIX "/display/show_week_numbers" #define CALENDAR_CONFIG_DAY_SECOND_ZONE CALENDAR_CONFIG_PREFIX "/display/day_second_zone" #define CALENDAR_CONFIG_DAY_SECOND_ZONES_LIST CALENDAR_CONFIG_PREFIX "/display/day_second_zones" #define CALENDAR_CONFIG_DAY_SECOND_ZONES_MAX CALENDAR_CONFIG_PREFIX "/display/day_second_zones_max" /* Date navigator settings */ -#define CALENDAR_CONFIG_DN_SHOW_WEEK_NUMBERS CALENDAR_CONFIG_PREFIX "/date_navigator/show_week_numbers" +#define CALENDAR_CONFIG_DN_SHOW_WEEK_NUMBERS CALENDAR_CONFIG_PREFIX "/date_navigator/show_week_numbers" /* FMQ: remove */ /* Task display settings */ #define CALENDAR_CONFIG_TASKS_SELECTED_TASKS CALENDAR_CONFIG_PREFIX "/tasks/selected_tasks" |