X-Git-Url: http://vcs.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-ui-actions.c;h=8112d122ff3c80abdea8b210b1b024f25b717d8e;hp=db9be880da5b8c8c96e5258bb44777e8eec958d0;hb=d63e4b2d49d0ac988d08ea76da8d44a418626384;hpb=720811d36d0648efbfcff685b47ff749f6fa73b9 diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index db9be88..8112d12 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -2030,7 +2030,7 @@ reply_forward (ReplyForwardAction action, ModestWindow *win) } void -modest_ui_actions_reply_calendar (ModestWindow *win, TnyMsg *msg, TnyList *header_pairs) +modest_ui_actions_reply_calendar (ModestWindow *win, TnyList *header_pairs) { gchar *from; gchar *recipient; @@ -2043,6 +2043,7 @@ modest_ui_actions_reply_calendar (ModestWindow *win, TnyMsg *msg, TnyList *heade const gchar *mailbox; TnyHeader *msg_header; ModestWindowMgr *mgr; + TnyMsg *msg; g_return_if_fail (MODEST_IS_MSG_VIEW_WINDOW(win)); @@ -2061,6 +2062,9 @@ modest_ui_actions_reply_calendar (ModestWindow *win, TnyMsg *msg, TnyList *heade &use_signature); g_free (recipient); + msg = modest_msg_view_window_get_message(MODEST_MSG_VIEW_WINDOW(win)); + g_return_if_fail(msg); + msg_header = tny_msg_get_header (msg); new_msg = modest_tny_msg_create_reply_calendar_msg (msg, msg_header, from,