X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fgnome%2Fmodest-main-window-ui.h;h=29a4e08e417e5b173296b4b4c291c2d5fd1e68b2;hb=3ddc19113ea89a4ec61a855f4856bde2143c4694;hp=49fa4930cc01973ed2add0a6ca4142037445c61c;hpb=2ea9ef8016d9fe8789eec7d20887fd7623d093d1;p=modest diff --git a/src/gnome/modest-main-window-ui.h b/src/gnome/modest-main-window-ui.h index 49fa493..29a4e08 100644 --- a/src/gnome/modest-main-window-ui.h +++ b/src/gnome/modest-main-window-ui.h @@ -50,7 +50,7 @@ static const GtkActionEntry modest_action_entries [] = { /* FILE */ { "FileNew", MODEST_STOCK_NEW_MAIL, N_("_New"), "N", N_("Compose new message"), G_CALLBACK (modest_ui_actions_on_new_msg) }, - { "FileOpen", GTK_STOCK_OPEN, N_("_Open"), "O", N_("Open a message"), NULL }, + { "FileOpen", GTK_STOCK_OPEN, N_("_Open"), "O", N_("Open a message"), G_CALLBACK (modest_ui_actions_on_open) }, { "FileSave", GTK_STOCK_SAVE, N_("_Save"), "S", N_("Save a message"), NULL }, { "FileSaveAs", GTK_STOCK_SAVE_AS, N_("Save _As"), NULL, N_("Save a message as"), NULL }, { "FileQuit", GTK_STOCK_QUIT, N_("_Quit"), "Q", N_("Exit the application"), G_CALLBACK (modest_ui_actions_on_quit) }, @@ -66,7 +66,7 @@ static const GtkActionEntry modest_action_entries [] = { { "EditDeselectAll", NULL, N_("Deselect all"), "A", N_("Deselect all"), NULL }, /* VIEW */ - { "ToggleView", GTK_STOCK_CDROM, N_("_Toggle view"), NULL, N_("Toggle the list view"), G_CALLBACK(modest_ui_actions_toggle_view) }, + { "ToggleView", GTK_STOCK_CDROM, N_("_Toggle view"), NULL, N_("Toggle the list view"), G_CALLBACK(modest_ui_actions_toggle_header_list_view) }, /* ACTIONS */ { "ActionsNew", MODEST_STOCK_NEW_MAIL, N_("_New Message"), NULL, N_("Compose a new message"), G_CALLBACK (modest_ui_actions_on_new_msg) }, { "ActionsReply", MODEST_STOCK_REPLY, N_("_Reply"), NULL, N_("Reply to a message"), G_CALLBACK (modest_ui_actions_on_reply) }, @@ -89,6 +89,7 @@ static const GtkActionEntry modest_action_entries [] = { { "OptionsAddToContacts", NULL, N_("A_dd to accounts"), NULL, N_("Add selection to accounts"), G_CALLBACK (modest_ui_actions_on_add_to_contacts) }, { "OptionsAccounts", NULL, N_("_Accounts"), NULL, N_("Manage accounts"), G_CALLBACK (modest_ui_actions_on_accounts) }, { "OptionsContacts", NULL, N_("_Contacts"), NULL, N_("Manage contacts"), NULL }, + { "OptionsSettings", NULL, N_("mcen_me_inbox_options"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_settings) }, /* HELP */ { "HelpAbout", GTK_STOCK_ABOUT, N_("About"), NULL, N_("About Modest"), G_CALLBACK (modest_ui_actions_on_about) },