X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window-ui.h;h=9da77053a968245d9d4470ca7faaa69fcf23ed25;hp=7e8cc748230e0c075400209482134c630238d95c;hb=c3da84683c35ffe81b2e07b8acae82bcbd739f54;hpb=de2d9a7e88e25c2b3128cdc69a27c334cb9635ea diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index 7e8cc74..9da7705 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -42,11 +42,11 @@ G_BEGIN_DECLS static const GtkActionEntry modest_action_entries [] = { /* Toplevel menus */ - { "Email", NULL, N_("mcen_me_inbox_email"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_email_menu_activated) }, - { "Edit", NULL, N_("mcen_me_inbox_edit"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_edit_menu_activated) }, - { "View", NULL, N_("mcen_me_inbox_view"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_view_menu_activated) }, - { "Tools", NULL, N_("mcen_me_inbox_tools"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_tools_menu_activated) }, - { "Attachments", NULL, N_("mcen_me_viewer_attachments"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_attachment_menu_activated) }, + { "Email", NULL, N_("mcen_me_inbox_email"), NULL, NULL, NULL }, + { "Edit", NULL, N_("mcen_me_inbox_edit"), NULL, NULL, NULL }, + { "View", NULL, N_("mcen_me_inbox_view"), NULL, NULL, NULL }, + { "Tools", NULL, N_("mcen_me_inbox_tools"), NULL, NULL, NULL }, + { "Attachments", NULL, N_("mcen_me_viewer_attachments"), NULL, NULL, NULL }, { "Close", NULL, N_("mcen_me_inbox_close") }, { "Zoom", NULL, N_("Zoom") },