aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorWang Xin <jedy.wang@sun.com>2006-06-12 19:54:28 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-06-12 19:54:28 +0800
commit68975490f3c1f6ca29ee327c58b3cba505f8bb30 (patch)
treea233d260bd18511e2b63937747f6392a2e1f18b2 /calendar/gui
parent8b8668d8c59b271238cf1065a082612eea76999d (diff)
downloadgsoc2013-evolution-68975490f3c1f6ca29ee327c58b3cba505f8bb30.tar
gsoc2013-evolution-68975490f3c1f6ca29ee327c58b3cba505f8bb30.tar.gz
gsoc2013-evolution-68975490f3c1f6ca29ee327c58b3cba505f8bb30.tar.bz2
gsoc2013-evolution-68975490f3c1f6ca29ee327c58b3cba505f8bb30.tar.lz
gsoc2013-evolution-68975490f3c1f6ca29ee327c58b3cba505f8bb30.tar.xz
gsoc2013-evolution-68975490f3c1f6ca29ee327c58b3cba505f8bb30.tar.zst
gsoc2013-evolution-68975490f3c1f6ca29ee327c58b3cba505f8bb30.zip
**Fixes bug #344630 Change key confirm_expunge to confirm_purge.
2006-06-12 Wang Xin <jedy.wang@sun.com> **Fixes bug #344630 Change key confirm_expunge to confirm_purge. * gui/apps_evolution_calendar.schemas.in.in: * gui/migration.c: svn path=/trunk/; revision=32114
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/apps_evolution_calendar.schemas.in.in4
-rw-r--r--calendar/gui/migration.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/apps_evolution_calendar.schemas.in.in b/calendar/gui/apps_evolution_calendar.schemas.in.in
index 1952ddc472..0286abbf26 100644
--- a/calendar/gui/apps_evolution_calendar.schemas.in.in
+++ b/calendar/gui/apps_evolution_calendar.schemas.in.in
@@ -420,8 +420,8 @@
</schema>
<schema>
- <key>/schemas/apps/evolution/calendar/prompts/confirm_expunge</key>
- <applyto>/apps/evolution/calendar/prompts/confirm_expunge</applyto>
+ <key>/schemas/apps/evolution/calendar/prompts/confirm_purge</key>
+ <applyto>/apps/evolution/calendar/prompts/confirm_purge</applyto>
<owner>evolution-calendar</owner>
<type>bool</type>
<default>true</default>
diff --git a/calendar/gui/migration.c b/calendar/gui/migration.c
index cdb19dc8a8..1cc2a0c169 100644
--- a/calendar/gui/migration.c
+++ b/calendar/gui/migration.c
@@ -101,7 +101,7 @@ static e_gconf_map_t calendar_tasks_colours_map[] = {
static e_gconf_map_t calendar_other_map[] = {
/* /Calendar/Other */
{ "ConfirmDelete", "calendar/prompts/confirm_delete", E_GCONF_MAP_BOOL },
- { "ConfirmExpunge", "calendar/prompts/confirm_expunge", E_GCONF_MAP_BOOL },
+ { "ConfirmExpunge", "calendar/prompts/confirm_purge", E_GCONF_MAP_BOOL },
{ "UseDefaultReminder", "calendar/other/use_default_reminder", E_GCONF_MAP_BOOL },
{ "DefaultReminderInterval", "calendar/other/default_reminder_interval", E_GCONF_MAP_INT },
{ "DefaultReminderUnits", "calendar/other/default_reminder_units", E_GCONF_MAP_STRING },