Add missing argument in the call to itip_send_comp.
2006-08-11 Harish Krishnaswamy <kharish@novell.com> * itip-formatter.c: (send_comp_to_attendee): Add missing argument in the call to itip_send_comp. svn path=/trunk/; revision=32531
This commit is contained in:
committed by
Harish Krishnaswamy
parent
0aedb7c6f5
commit
5fa2330cff
@ -1,3 +1,8 @@
|
||||
2006-08-11 Harish Krishnaswamy <kharish@novell.com>
|
||||
|
||||
* itip-formatter.c: (send_comp_to_attendee):
|
||||
Add missing argument in the call to itip_send_comp.
|
||||
|
||||
2006-07-22 Chenthill Palanisamy <pchenthill@novell.com>
|
||||
|
||||
* itip-formatter.c: (cal_opened_cb), (source_selected_cb),
|
||||
|
||||
@ -957,7 +957,7 @@ send_comp_to_attendee (ECalComponentItipMethod method, ECalComponent *comp, cons
|
||||
}
|
||||
|
||||
/* FIXME send the attachments in the request */
|
||||
status = itip_send_comp (method, send_comp, client, NULL, NULL);
|
||||
status = itip_send_comp (method, send_comp, client, NULL, NULL, NULL);
|
||||
|
||||
g_object_unref (send_comp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user