[evolution-patches] fix for shell bug #44477



we just missed the mapping for categories.

Chris
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1285
diff -u -r1.1285 ChangeLog
--- ChangeLog	20 Jun 2003 14:37:29 -0000	1.1285
+++ ChangeLog	23 Jun 2003 17:44:25 -0000
@@ -1,3 +1,8 @@
+2003-06-23  Chris Toshok  <toshok ximian com>
+
+	* e-config-upgrade.c: add general_map and a reference to it in
+	gconf_remap_list.  Should fix 44477.
+
 2003-06-19  Dan Winship  <danw ximian com>
 
 	* e-folder-tree.c (e_folder_tree_add): Don't leak parent_path,
Index: e-config-upgrade.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-config-upgrade.c,v
retrieving revision 1.11
diff -u -r1.11 e-config-upgrade.c
--- e-config-upgrade.c	11 Jun 2003 04:18:12 -0000	1.11
+++ e-config-upgrade.c	23 Jun 2003 17:44:26 -0000
@@ -1352,6 +1352,11 @@
 	{ 0 },
 };
 
+static struct _gconf_map general_map[] = {
+	/* /General */
+	{ "CategoryMasterList", "general/category_master_list", BMAP_STRING }
+};
+
 /* ********************************************************************** */
 
 static struct {
@@ -1391,6 +1396,8 @@
 	{ "/Calendar/Other/Map", calendar_other_map },
 	{ "/Calendar/DateNavigator", calendar_datenavigator_map },
 	{ "/Calendar/AlarmNotify", calendar_alarmnotify_map },
+
+	{ "/General", general_map },
 
 	{ 0 },
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]