From 0b5c3e9f8b92121454a5573f7c3d3467554e6916 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 26 Oct 2001 23:15:19 +0000 Subject: NULL the handle after a failed open so the offline handler won't think 2001-10-26 Iain Holmes * e-summary-rdf.c (open_callback): NULL the handle after a failed open so the offline handler won't think they're still open. (e_summary_rdf_set_online): Cancel all the open connections when the summary goes offline. * e-summary-weather.c (open_callback): NULL the handle after a failed open so the offline handler won't think they're still open. (e_summary_weather_set_online): Cancel all the open connections when the summary goes offline. * e-summary.c (e_summary_set_online): Call the callback if it's not NULL. svn path=/trunk/; revision=14183 --- my-evolution/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'my-evolution/ChangeLog') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 9204d054cd..98334158a9 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,18 @@ +2001-10-26 Iain Holmes + + * e-summary-rdf.c (open_callback): NULL the handle after a failed + open so the offline handler won't think they're still open. + (e_summary_rdf_set_online): Cancel all the open connections when the + summary goes offline. + + * e-summary-weather.c (open_callback): NULL the handle after a failed + open so the offline handler won't think they're still open. + (e_summary_weather_set_online): Cancel all the open connections when the + summary goes offline. + + * e-summary.c (e_summary_set_online): Call the callback if it's not + NULL. + 2001-10-25 Jon Trowbridge * e-summary-tasks.c (sort_uids): It is possible for -- cgit v1.2.3