diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-08 21:40:16 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-08 21:40:16 +0800 |
commit | 638919151409725dfa086bc8d070dc64cf437c84 (patch) | |
tree | f6e2bd6db2fe04ad31f5b58a6eee31d20b2f725e | |
parent | 6c03fe5e109b688790dd5bbf313b27ccb83c991c (diff) | |
download | gsoc2013-evolution-638919151409725dfa086bc8d070dc64cf437c84.tar gsoc2013-evolution-638919151409725dfa086bc8d070dc64cf437c84.tar.gz gsoc2013-evolution-638919151409725dfa086bc8d070dc64cf437c84.tar.bz2 gsoc2013-evolution-638919151409725dfa086bc8d070dc64cf437c84.tar.lz gsoc2013-evolution-638919151409725dfa086bc8d070dc64cf437c84.tar.xz gsoc2013-evolution-638919151409725dfa086bc8d070dc64cf437c84.tar.zst gsoc2013-evolution-638919151409725dfa086bc8d070dc64cf437c84.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=24109
-rw-r--r-- | calendar/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 60d8be4597..a0a4ecc0f7 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -8,7 +8,7 @@ 2004-01-08 Kidd Wang <kidd.wang@sun.com> - * gui/e-cal-view.h: delete the ECalViewMoveDirection type declaration + * 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. |