diff options
Diffstat (limited to 'camel/camel-session.c')
-rw-r--r-- | camel/camel-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |