aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@novell.com>2005-02-04 20:18:51 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-02-04 20:18:51 +0800
commit39c919c85ca2c80f527e10b8f842ecda726f05fe (patch)
treeea19f3cb5dcca82245d7f36a2af836518d16179d /calendar/ChangeLog
parent958515a10ad2c5fd363381fed9a317c29433a04d (diff)
downloadgsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar
gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar.gz
gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar.bz2
gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar.lz
gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar.xz
gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.tar.zst
gsoc2013-evolution-39c919c85ca2c80f527e10b8f842ecda726f05fe.zip
clear the component preview when we update the view.
2005-02-04 Rodrigo Moya <rodrigo@novell.com> * gui/e-tasks.c (update_view): clear the component preview when we update the view. * gui/e-cal-model.c (set_instance_times): use the correct timezone. Removed commented code. svn path=/trunk/; revision=28708
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c5407bcbf1..44f4e3fb08 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,13 @@
2005-02-04 Rodrigo Moya <rodrigo@novell.com>
+ * gui/e-tasks.c (update_view): clear the component preview when we
+ update the view.
+
+ * gui/e-cal-model.c (set_instance_times): use the correct timezone.
+ Removed commented code.
+
+2005-02-04 Rodrigo Moya <rodrigo@novell.com>
+
Fixes #71265
* gui/e-week-view.c (e_week_view_remove_event_cb):