diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-03-29 19:41:10 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-03-29 19:41:10 +0800 |
commit | eabd8bf810855129582c32c6bca957dde09e81a5 (patch) | |
tree | 25e0894a3e1481df3da1b0ed74e199807f0086ad /calendar/ChangeLog | |
parent | e1c817a4c98c38b61697942c369a0482fc2d5889 (diff) | |
download | gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.gz gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.bz2 gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.lz gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.xz gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.tar.zst gsoc2013-evolution-eabd8bf810855129582c32c6bca957dde09e81a5.zip |
removed misplaced return statement that prevented the rest of the objects
2004-03-29 Rodrigo Moya <rodrigo@ximian.com>
* gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): removed
misplaced return statement that prevented the rest of the objects list
to be processed.
svn path=/trunk/; revision=25222
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0eb4e2b263..0c5dd186f1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-03-29 Rodrigo Moya <rodrigo@ximian.com> + + * gui/alarm-notify/alarm-queue.c (query_objects_changed_cb): removed + misplaced return statement that prevented the rest of the objects list + to be processed. + 2004-03-29 Kidd Wang <kidd.wang@sun.com> * gui/e-calendar-view.c: (e_calendar_view_class_init): remove the |