aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-08 21:40:02 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-08 21:40:02 +0800
commit6c03fe5e109b688790dd5bbf313b27ccb83c991c (patch)
tree400086a5d6fd34cc6ba18edaffef50d415819402 /calendar/ChangeLog
parente57648855e9dc8d8ca727a50eca72895750e6c46 (diff)
downloadgsoc2013-evolution-6c03fe5e109b688790dd5bbf313b27ccb83c991c.tar
gsoc2013-evolution-6c03fe5e109b688790dd5bbf313b27ccb83c991c.tar.gz
gsoc2013-evolution-6c03fe5e109b688790dd5bbf313b27ccb83c991c.tar.bz2
gsoc2013-evolution-6c03fe5e109b688790dd5bbf313b27ccb83c991c.tar.lz
gsoc2013-evolution-6c03fe5e109b688790dd5bbf313b27ccb83c991c.tar.xz
gsoc2013-evolution-6c03fe5e109b688790dd5bbf313b27ccb83c991c.tar.zst
gsoc2013-evolution-6c03fe5e109b688790dd5bbf313b27ccb83c991c.zip
moved the line that sets priv->updating to FALSE up some lines, to avoid
2004-01-08 Rodrigo Moya <rodrigo@ximian.com> * gui/dialogs/comp-editor.c (save_comp): moved the line that sets priv->updating to FALSE up some lines, to avoid getting callbacks with an incorrect value on it. (obj_modified_cb): check the UIDs of the objects we get passed to see if the one being edited is amongst them. svn path=/trunk/; revision=24108
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index dd55494189..60d8be4597 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -11,7 +11,7 @@
* gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration
which was added by mistake yesterday.
- * Changelog: add a missed entry for calender-commands.c.
+ * ChangeLog: add a missed entry for calender-commands.c.
2004-01-07 Rodrigo Moya <rodrigo@ximian.com>