diff options
author | Jack Jia <jack.jia@sun.com> | 2003-08-18 09:49:16 +0800 |
---|---|---|
committer | Jack Jia <jackjia@src.gnome.org> | 2003-08-18 09:49:16 +0800 |
commit | 1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c (patch) | |
tree | 5e424d1368c060565170826b17a435c0f00bbe64 /my-evolution/ChangeLog | |
parent | 87b5d92a77b11d4441b786763b5f409d903cf9c3 (diff) | |
download | gsoc2013-evolution-1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c.tar gsoc2013-evolution-1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c.tar.gz gsoc2013-evolution-1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c.tar.bz2 gsoc2013-evolution-1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c.tar.lz gsoc2013-evolution-1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c.tar.xz gsoc2013-evolution-1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c.tar.zst gsoc2013-evolution-1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c.zip |
[Fixed bug #47563]
2003-08-18 Jack Jia <jack.jia@sun.com>
[Fixed bug #47563]
* e-summary-tasks.c (setup_task_folder) : set a default value for the
tasks->due_today_colour and tasks->overdue_colour, if the key in gconf
is NULL. and change the key name from TasksDueTodayi to due_today, from
TasksOverdue to overdue, in order to coincide with the key in
e-summary-tasks.c(setup_task_folder).In this way, it can avoid crash
on solaris.
svn path=/trunk/; revision=22258
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 5f3f61f662..34abbc9916 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,14 @@ +2003-08-12 Jack Jia <jack.jia@sun.com> + + [Fixed bug #47563] + + * e-summary-tasks.c (setup_task_folder) : set a default value for the + tasks->due_today_colour and tasks->overdue_colour, if the key in gconf + is NULL. and change the key name from TasksDueTodayi to due_today, from + TasksOverdue to overdue, in order to coincide with the key in + e-summary-tasks.c(setup_task_folder).In this way, it can avoid crash + on solaris. + 2003-08-11 Ettore Perazzoli <ettore@ximian.com> Patch from Lorenzo Gil Sanchez <lgs@sicem.biz> |