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:
Harish Krishnaswamy
2006-08-11 06:04:59 +00:00
committed by Harish Krishnaswamy
parent 0aedb7c6f5
commit 5fa2330cff
2 changed files with 6 additions and 1 deletions

View File

@ -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),

View File

@ -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);