aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-01-08 21:39:01 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-01-08 21:39:01 +0800
commite57648855e9dc8d8ca727a50eca72895750e6c46 (patch)
tree1cc112f70e8bfddcedbeab5a66b614c05df6d7bd /calendar
parentb45a135082bab3364d5e8a61ee33b735ddd3d78c (diff)
downloadgsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.tar
gsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.tar.gz
gsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.tar.bz2
gsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.tar.lz
gsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.tar.xz
gsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.tar.zst
gsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.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=24107
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 7cc0478828..dd55494189 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2004-01-08 Kidd Wang <kidd.wang@sun.com>
* gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration