X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window-ui.h;h=9bbe46687cde979bac70996080163e04dee8921b;hb=afa0056e1dda60a53fb70d4dc2de1b3c978333bf;hp=ddb6c15fd4f13c348a3b844efaf051f2f75ff646;hpb=dcd7b63c3e21a0be8959b84eb012c2994e779249;p=modest diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index ddb6c15..9bbe466 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -42,18 +42,18 @@ G_BEGIN_DECLS static const GtkActionEntry modest_action_entries [] = { /* Toplevel menus */ - { "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 }, + { "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) }, { "Close", NULL, N_("mcen_me_inbox_close") }, - { "Zoom", NULL, N_("Zoom") }, + { "Zoom", NULL, N_("mcen_me_viewer_zoom") }, /* Zoom and fullscreen keyboard actions*/ { "ZoomPlus", NULL, N_("Zoom +"), "F7", NULL, G_CALLBACK (modest_ui_actions_on_zoom_plus) }, { "ZoomMinus", NULL, N_("Zoom -"), "F8", NULL, G_CALLBACK (modest_ui_actions_on_zoom_minus) }, - { "ToggleFullscreen", NULL, N_("Toggle fullscreen"), "F6", NULL, G_CALLBACK (modest_ui_actions_on_change_fullscreen) }, + { "ToggleFullscreen", NULL, N_("mcen_me_inbox_fullscreen"), "F6", NULL, G_CALLBACK (modest_ui_actions_on_change_fullscreen) }, /* Email */ { "EmailNew", NULL, N_("mcen_me_inbox_new") }, /* submenu */ @@ -112,7 +112,7 @@ static const GtkActionEntry modest_action_entries [] = { * but we need to specificy them differently, they have icons for example */ /* Headers Toolbar */ - { "ToolbarMessageNew", MODEST_STOCK_NEW_MAIL, N_("qgn_toolb_messagin_new"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_new_msg_or_folder) }, + { "ToolbarMessageNew", MODEST_STOCK_NEW_MAIL, N_("qgn_toolb_messagin_new"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_new_msg) }, { "ToolbarMessageReply", MODEST_STOCK_REPLY, N_("mcen_me_inbox_reply"), "R", NULL, G_CALLBACK (modest_ui_actions_on_reply) }, { "ToolbarMessageReplyAll", MODEST_STOCK_REPLY_ALL, N_("mcen_me_inbox_replytoall"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_reply_all) }, { "ToolbarMessageForward", MODEST_STOCK_FORWARD, N_("mcen_me_inbox_forward"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_forward) },