[evolution-patches] please review this patch
- From: "jack.jia" <jack jia sun com>
- To: evolution-patches <evolution-patches ximian com>
- Subject: [evolution-patches] please review this patch
- Date: Thu, 14 Aug 2003 18:56:06 +0800
Hi JP and rodrigo and HPJ:
Please review this simple patch. In solaris, if the gconf key in the
/my-evolution/e-summary-tasks.c (setup_task_folder)
can not coincide with the calendar/gui/apps_evolution_calendar.schemas.
It will cause the evolution can not get the colour
value from gconf for the first time. It will cause evolution crash on
solaris.
Thanks
jack
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1846
diff -u -r1.1846 ChangeLog
--- ChangeLog 8 Aug 2003 14:57:42 -0000 1.1846
+++ ChangeLog 14 Aug 2003 10:27:17 -0000
@@ -1,3 +1,9 @@
+2003-08-14 Jack Jia <jack jia sun com>
+
+ * gui/apps_evolution_calendar.schemas : change the key name from
+ due_today to TasksDueToday, from overdue to TasksOverdue, in order to
+ coincide with the key in e-summary-tasks.c(setup_task_folder).
+
2003-08-08 Rodrigo Moya <rodrigo ximian com>
* gui/e-cal-model-calendar.c (ecmc_fill_component_from_model):
Index: gui/apps_evolution_calendar.schemas
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/apps_evolution_calendar.schemas,v
retrieving revision 1.6
diff -u -r1.6 apps_evolution_calendar.schemas
--- gui/apps_evolution_calendar.schemas 4 Jul 2003 10:36:25 -0000 1.6
+++ gui/apps_evolution_calendar.schemas 14 Aug 2003 10:27:18 -0000
@@ -228,8 +228,8 @@
<!-- Tasks: Colors -->
<schema>
- <key>/schemas/apps/evolution/calendar/tasks/colors/due_today</key>
- <applyto>/apps/evolution/calendar/tasks/colors/due_today</applyto>
+ <key>/schemas/apps/evolution/calendar/tasks/colors/TasksDueToday</key>
+ <applyto>/apps/evolution/calendar/tasks/colors/TasksDueToday</applyto>
<owner>evolution-calendar</owner>
<type>string</type>
<default>blue</default>
@@ -239,8 +239,8 @@
</schema>
<schema>
- <key>/schemas/apps/evolution/calendar/tasks/colors/overdue</key>
- <applyto>/apps/evolution/calendar/tasks/colors/overdue</applyto>
+ <key>/schemas/apps/evolution/calendar/tasks/colors/TasksOverdue</key>
+ <applyto>/apps/evolution/calendar/tasks/colors/TasksOverdue</applyto>
<owner>evolution-calendar</owner>
<type>string</type>
<default>red</default>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]