aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@novell.com>2010-04-18 06:43:45 +0800
committerFederico Mena Quintero <federico@novell.com>2010-04-18 07:01:06 +0800
commitd8f3b21dbad75ba3704266f154061e8cf3b9539a (patch)
treeea5b27f388a84895f175b8943f91bfd4a2d4ed9e /modules/calendar
parent85fb57b9d8ec476dc8e75d10ae5481f4270dd9f2 (diff)
downloadgsoc2013-evolution-d8f3b21dbad75ba3704266f154061e8cf3b9539a.tar
gsoc2013-evolution-d8f3b21dbad75ba3704266f154061e8cf3b9539a.tar.gz
gsoc2013-evolution-d8f3b21dbad75ba3704266f154061e8cf3b9539a.tar.bz2
gsoc2013-evolution-d8f3b21dbad75ba3704266f154061e8cf3b9539a.tar.lz
gsoc2013-evolution-d8f3b21dbad75ba3704266f154061e8cf3b9539a.tar.xz
gsoc2013-evolution-d8f3b21dbad75ba3704266f154061e8cf3b9539a.tar.zst
gsoc2013-evolution-d8f3b21dbad75ba3704266f154061e8cf3b9539a.zip
Remove /apps/evolution/calendar/date_navigator/show_week_numbers
Signed-off-by: Federico Mena Quintero <federico@novell.com>
Diffstat (limited to 'modules/calendar')
-rw-r--r--modules/calendar/e-cal-shell-migrate.c2
-rw-r--r--modules/calendar/e-cal-shell-settings.c4
2 files changed, 1 insertions, 5 deletions
diff --git a/modules/calendar/e-cal-shell-migrate.c b/modules/calendar/e-cal-shell-migrate.c
index 0e5dee9363..f307522a9b 100644
--- a/modules/calendar/e-cal-shell-migrate.c
+++ b/modules/calendar/e-cal-shell-migrate.c
@@ -82,7 +82,7 @@ static e_gconf_map_t calendar_other_map[] = {
static e_gconf_map_t calendar_datenavigator_map[] = {
/* /Calendar/DateNavigator */
- { "ShowWeekNumbers", "calendar/date_navigator/show_week_numbers", E_GCONF_MAP_BOOL },
+ { "ShowWeekNumbers", "calendar/display/show_week_numbers", E_GCONF_MAP_BOOL },
{ NULL },
};
diff --git a/modules/calendar/e-cal-shell-settings.c b/modules/calendar/e-cal-shell-settings.c
index c2814dd3b1..4613f280bb 100644
--- a/modules/calendar/e-cal-shell-settings.c
+++ b/modules/calendar/e-cal-shell-settings.c
@@ -539,10 +539,6 @@ e_cal_shell_backend_init_settings (EShell *shell)
"/apps/evolution/calendar/display/show_event_end");
e_shell_settings_install_property_for_key (
- "cal-show-week-numbers",
- "/apps/evolution/calendar/date_navigator/show_week_numbers");
-
- e_shell_settings_install_property_for_key (
"cal-tasks-color-due-today",
"/apps/evolution/calendar/tasks/colors/due_today");