diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-09-23 20:13:58 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-09-23 20:13:58 +0800 |
commit | 8c48e7682cfbc8aac611ffefe5db12736257b716 (patch) | |
tree | 26f3f6743bc0986cab624c9aae4882f8cb28f72a /calendar/ChangeLog | |
parent | 8d44d5b8fae0d145e9698edcd2c752ff8755a307 (diff) | |
download | gsoc2013-evolution-8c48e7682cfbc8aac611ffefe5db12736257b716.tar gsoc2013-evolution-8c48e7682cfbc8aac611ffefe5db12736257b716.tar.gz gsoc2013-evolution-8c48e7682cfbc8aac611ffefe5db12736257b716.tar.bz2 gsoc2013-evolution-8c48e7682cfbc8aac611ffefe5db12736257b716.tar.lz gsoc2013-evolution-8c48e7682cfbc8aac611ffefe5db12736257b716.tar.xz gsoc2013-evolution-8c48e7682cfbc8aac611ffefe5db12736257b716.tar.zst gsoc2013-evolution-8c48e7682cfbc8aac611ffefe5db12736257b716.zip |
remove timeout function always and re-add it if the query is in progress.
2002-09-23 Rodrigo Moya <rodrigo@ximian.com>
* pcs/query.c (start_cached_query_cb): remove timeout function always
and re-add it if the query is in progress.
svn path=/trunk/; revision=18166
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1e4b589382..591831bbdf 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2002-09-23 Rodrigo Moya <rodrigo@ximian.com> + * pcs/query.c (start_cached_query_cb): remove timeout function always + and re-add it if the query is in progress. + +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 |