Fix a typo I made while updating the "kill-ethread" patch.

This commit is contained in:
Matthew Barnes 2007-12-18 01:27:21 +00:00
parent ab1faa09f2
commit ceb81d2460

View File

@ -5287,7 +5287,7 @@ diff -up evolution-2.21.4/mail/mail-mt.c.kill-ethread evolution-2.21.4/mail/mail
-
-static void end_event_callback (CamelObject *o, void *event_data, void *error)
+static void
+end_event_callback (CamelObject *o, void *event_data, void *data, void *error)
+end_event_callback (CamelObject *o, void *event_data, void *error)
{
- EActivityHandler *activity_handler = mail_component_peek_activity_handler (mail_component_peek ());
+ MailComponent *component;