diff options
Diffstat (limited to 'shell/e-config-upgrade.c')
-rw-r--r-- | shell/e-config-upgrade.c | 7 |
1 files changed, 7 insertions, 0 deletions
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 }, }; |