X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window-ui.h;h=f3db69f1b3f392e0da5ed5c1135bbd108729027c;hp=83af01a5352a4ad91284bab8dede9ad024e8ceb4;hb=58cbe9db1e63b6f9bb18c9bac457e48cdaaff8a0;hpb=cb6d9108fd7dbff68eac11d1e790d81f64c85fa7 diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index 83af01a..f3db69f 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -63,7 +63,7 @@ static const GtkActionEntry modest_action_entries [] = { { "EmailReplyAll", NULL, N_("mcen_me_inbox_replytoall"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_reply_all) }, { "EmailForward", NULL, N_("mcen_me_inbox_forward"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_forward) }, { "EmailDelete", NULL, N_("mcen_me_inbox_delete"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_delete) }, - { "EmailContents", NULL, N_("mcen_me_inbox_retrieve_contents"), NULL, NULL, NULL }, + { "EmailContents", NULL, N_("mcen_me_inbox_retrieve_contents"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_retrieve_msg_contents) }, { "EmailDetails", NULL, N_("mcen_me_inbox_messagedetails"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_details) }, { "EmailPurgeAttachments", NULL, N_("mcen_me_inbox_remove_attachments"), NULL, NULL, NULL },