diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-08 21:39:01 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-08 21:39:01 +0800 |
commit | e57648855e9dc8d8ca727a50eca72895750e6c46 (patch) | |
tree | 1cc112f70e8bfddcedbeab5a66b614c05df6d7bd /calendar | |
parent | b45a135082bab3364d5e8a61ee33b735ddd3d78c (diff) | |
download | gsoc2013-evolution-e57648855e9dc8d8ca727a50eca72895750e6c46.tar.gz 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/ChangeLog | 8 |
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 |