--- plugins/smart-messaging.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/smart-messaging.c b/plugins/smart-messaging.c index e7889f2..4554ab3 100644 --- a/plugins/smart-messaging.c +++ b/plugins/smart-messaging.c @@ -87,7 +87,7 @@ static void vcard_received(const char *from, const struct tm *remote, sms_agent_dispatch_datagram(sm->agent, "ReceiveBusinessCard", from, remote, local, buffer, len, - NULL, NULL, NULL); + NULL, NULL, NULL, NULL, NULL); } static void vcal_received(const char *from, const struct tm *remote, @@ -102,7 +102,7 @@ static void vcal_received(const char *from, const struct tm *remote, sms_agent_dispatch_datagram(sm->agent, "ReceiveAppointment", from, remote, local, buffer, len, - NULL, NULL, NULL); + NULL, NULL, NULL, NULL, NULL); } static DBusMessage *smart_messaging_register_agent(DBusConnection *conn, -- 1.7.1