From ebd3b725015d95ecd6812589052370e1b88f4f22 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 2 Feb 2001 02:13:13 +0000 Subject: Add missing header for cancel check stuff. 2001-02-02 Not Zed * camel-stream-fs.c: Add missing header for cancel check stuff. * camel-session.c (camel_cancel_cancel): Fix a wrong cast. * camel-mime-part.c (init_header_name_table): Setup a new table header_formatted_table, that lists headers that we dont want to fold (they've already been folded). (write_to_stream): Check for already formatted headers, and dont try and fold them. This is a fix for bug #1097. svn path=/trunk/; revision=7941 --- camel/camel-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-session.c') diff --git a/camel/camel-session.c b/camel/camel-session.c index d32ec547a7..8f97c507b9 100644 --- a/camel/camel-session.c +++ b/camel/camel-session.c @@ -639,7 +639,7 @@ void camel_cancel_cancel(CamelCancel *cc) if (cc == NULL) { if (cancel_active) { CAMEL_ACTIVE_LOCK(); - g_hash_table_foreach(cancel_active, (GHRFunc)cancel_thread, NULL); + g_hash_table_foreach(cancel_active, (GHFunc)cancel_thread, NULL); CAMEL_ACTIVE_UNLOCK(); } } else if ((cc->flags & CAMEL_CANCEL_CANCELLED) == 0) { -- cgit v1.2.3