diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-02 17:49:25 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-02 17:49:25 +0800 |
commit | b06a8cc610490dd051eb313c0e0b8a455feef655 (patch) | |
tree | eaf61c96d59dc540f1c2413126c0a6be67fde137 /calendar/ChangeLog | |
parent | eed9261c670a23ece55ebbff4c59201771046746 (diff) | |
download | gsoc2013-evolution-b06a8cc610490dd051eb313c0e0b8a455feef655.tar gsoc2013-evolution-b06a8cc610490dd051eb313c0e0b8a455feef655.tar.gz gsoc2013-evolution-b06a8cc610490dd051eb313c0e0b8a455feef655.tar.bz2 gsoc2013-evolution-b06a8cc610490dd051eb313c0e0b8a455feef655.tar.lz gsoc2013-evolution-b06a8cc610490dd051eb313c0e0b8a455feef655.tar.xz gsoc2013-evolution-b06a8cc610490dd051eb313c0e0b8a455feef655.tar.zst gsoc2013-evolution-b06a8cc610490dd051eb313c0e0b8a455feef655.zip |
The timezone should be set on the task we are trying to open - not on the
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
* gui/e-tasks.c: (open_ecal): The timezone should be set on
the task we are trying to open - not on the default.
Fixes #325489.
svn path=/trunk/; revision=31019
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4ceb714b8b..cd80a0bf4c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,13 @@ 2006-01-02 Harish Krishnaswamy <kharish@novell.com> + reviewed by: Chenthill Palanisamy <pchenthill@novell.com> + + * gui/e-tasks.c: (open_ecal): The timezone should be set on + the task we are trying to open - not on the default. + Fixes #325489. + +2006-01-02 Harish Krishnaswamy <kharish@novell.com> + * gui/dialogs/cal-prefs-dialog.c: (show_fb_config): Fixes #325468 (critical warning crasher). |