From 87e3905bf8ce45df3bcf3890a1e7a66387ca5325 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 25 Jun 2003 16:52:18 +0000 Subject: add general_map and a reference to it in gconf_remap_list. Should fix 2003-06-25 Chris Toshok * e-config-upgrade.c: add general_map and a reference to it in gconf_remap_list. Should fix 44477. svn path=/trunk/; revision=21544 --- shell/ChangeLog | 5 +++++ shell/e-config-upgrade.c | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/shell/ChangeLog b/shell/ChangeLog index 347dabb27e..616127ba0a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-06-25 Chris Toshok + + * e-config-upgrade.c: add general_map and a reference to it in + gconf_remap_list. Should fix 44477. + 2003-06-19 Dan Winship * e-folder-tree.c (e_folder_tree_add): Don't leak parent_path, diff --git a/shell/e-config-upgrade.c b/shell/e-config-upgrade.c index a1f0e14bd9..26ff6c247f 100644 --- a/shell/e-config-upgrade.c +++ b/shell/e-config-upgrade.c @@ -1352,6 +1352,11 @@ static struct _gconf_map calendar_alarmnotify_map[] = { { 0 }, }; +static struct _gconf_map general_map[] = { + /* /General */ + { "CategoryMasterList", "general/category_master_list", BMAP_STRING } +}; + /* ********************************************************************** */ static struct { @@ -1392,6 +1397,8 @@ static struct { { "/Calendar/DateNavigator", calendar_datenavigator_map }, { "/Calendar/AlarmNotify", calendar_alarmnotify_map }, + { "/General", general_map }, + { 0 }, }; -- cgit v1.2.3