diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-09-23 19:50:12 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-09-23 19:50:12 +0800 |
commit | 8d44d5b8fae0d145e9698edcd2c752ff8755a307 (patch) | |
tree | f8e567900267fec95952dee01facbb16b06ee429 /calendar/ChangeLog | |
parent | b6adbdba7deac2a78987be98f71f0c19efb2c4bc (diff) | |
download | gsoc2013-evolution-8d44d5b8fae0d145e9698edcd2c752ff8755a307.tar gsoc2013-evolution-8d44d5b8fae0d145e9698edcd2c752ff8755a307.tar.gz gsoc2013-evolution-8d44d5b8fae0d145e9698edcd2c752ff8755a307.tar.bz2 gsoc2013-evolution-8d44d5b8fae0d145e9698edcd2c752ff8755a307.tar.lz gsoc2013-evolution-8d44d5b8fae0d145e9698edcd2c752ff8755a307.tar.xz gsoc2013-evolution-8d44d5b8fae0d145e9698edcd2c752ff8755a307.tar.zst gsoc2013-evolution-8d44d5b8fae0d145e9698edcd2c752ff8755a307.zip |
move success notification code to its own code block, since it was being
2002-09-23 Rodrigo Moya <rodrigo@ximian.com>
* pcs/query.c (start_cached_query_cb): move success notification code
to its own code block, since it was being run for parse errors also.
Also, remove all traces of the query from the cache if there is an
error. Also, use GINT_TO_POINTER instead of GPOINTER_TO_INT.
svn path=/trunk/; revision=18165
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b375856f06..1e4b589382 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2002-09-23 Rodrigo Moya <rodrigo@ximian.com> + * pcs/query.c (start_cached_query_cb): move success notification code + to its own code block, since it was being run for parse errors also. + Also, remove all traces of the query from the cache if there is an + error. Also, use GINT_TO_POINTER instead of GPOINTER_TO_INT. + +2002-09-23 Rodrigo Moya <rodrigo@ximian.com> + Fixes #28310 * gui/alarm-notify/save.c (save_notification_time): only save the |