aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'calendar')
-rw-r--r--calendar/gui/apps_evolution_calendar.schemas.in14
-rw-r--r--calendar/gui/calendar-config-keys.h3
-rw-r--r--calendar/gui/dialogs/cal-prefs-dialog.c5
3 files changed, 0 insertions, 22 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in b/calendar/gui/apps_evolution_calendar.schemas.in
index fb36e5b45b..c0c40ffadf 100644
--- a/calendar/gui/apps_evolution_calendar.schemas.in
+++ b/calendar/gui/apps_evolution_calendar.schemas.in
@@ -701,20 +701,6 @@
</locale>
</schema>
- <!-- Date navigator -->
-
- <schema>
- <key>/schemas/apps/evolution/calendar/date_navigator/show_week_numbers</key>
- <applyto>/apps/evolution/calendar/date_navigator/show_week_numbers</applyto>
- <owner>evolution-calendar</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Show week numbers in date navigator</short>
- <long>Whether to show week numbers in the date navigator.</long>
- </locale>
- </schema>
-
<!-- Alarm notification -->
<schema>
diff --git a/calendar/gui/calendar-config-keys.h b/calendar/gui/calendar-config-keys.h
index cdff354859..568e211acf 100644
--- a/calendar/gui/calendar-config-keys.h
+++ b/calendar/gui/calendar-config-keys.h
@@ -58,9 +58,6 @@ G_BEGIN_DECLS
#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" /* FMQ: remove */
-
/* Task display settings */
#define CALENDAR_CONFIG_TASKS_SELECTED_TASKS CALENDAR_CONFIG_PREFIX "/tasks/selected_tasks"
#define CALENDAR_CONFIG_PRIMARY_TASKS CALENDAR_CONFIG_PREFIX "/tasks/primary_tasks"
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.c b/calendar/gui/dialogs/cal-prefs-dialog.c
index 839374b464..00f381da44 100644
--- a/calendar/gui/dialogs/cal-prefs-dialog.c
+++ b/calendar/gui/dialogs/cal-prefs-dialog.c
@@ -735,11 +735,6 @@ calendar_prefs_dialog_construct (CalendarPrefsDialog *prefs,
shell_settings, "cal-compress-weekend",
widget, "active");
- widget = e_builder_get_widget (prefs->builder, "dnav_show_week_no"); /* FMQ: remove */
- e_mutual_binding_new (
- shell_settings, "cal-show-week-numbers",
- widget, "active");
-
widget = e_builder_get_widget (prefs->builder, "dview_show_week_no"); /* FMQ: rename */
e_mutual_binding_new (
shell_settings, "cal-show-week-numbers",