X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-main-window-ui.h;h=4d2af3f271997b0b93137763ea936f8903631f2e;hb=656cea17fbbe300964b6b9748600c82bf1e1f24e;hp=9547872855ac3c3ce429c9ba7ba70850606b7cb7;hpb=5a5108804dcac3687462958bd3ca208694e0e9a4;p=modest diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index 9547872..4d2af3f 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -84,8 +84,6 @@ static const GtkActionEntry modest_action_entries [] = { /* View */ { "ViewSort", NULL, N_("mcen_me_inbox_sort"), NULL, NULL, NULL }, -/* { "ViewFolders", NULL, N_("mcen_me_inbox_hidefolders"), NULL, NULL, NULL }, */ -/* { "ViewFullscreen", NULL, N_("mcen_me_inbox_fullscreen"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_fullscreen) }, */ { "ViewShowToolbar", NULL, N_("mcen_me_inbox_toolbar") }, /* submenu */ { "ViewShowToolbarNormalScreen", NULL, N_("mcen_me_inbox_normalview"), NULL, NULL, NULL }, { "ViewShowToolbarFullScreen", NULL, N_("mcen_me_inbox_optimizedview"), NULL, NULL, NULL }, @@ -118,7 +116,7 @@ static const GtkActionEntry modest_action_entries [] = { { "ToolbarMessageReplyAll", MODEST_STOCK_REPLY_ALL, N_("qgn_toolb_messagin_replyall"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_reply_all) }, { "ToolbarMessageForward", MODEST_STOCK_FORWARD, N_("qgn_toolb_messagin_forward"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_forward) }, { "ToolbarSendReceive", MODEST_STOCK_REFRESH, N_("qgn_toolb_gene_refresh"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_send_receive) }, - { "ToolbarToggleView", MODEST_STOCK_SPLIT_VIEW, N_("gqn_toolb_rss_fldonoff"), "t", NULL, G_CALLBACK (modest_ui_actions_toggle_view) }, + { "ToolbarToggleView", MODEST_STOCK_SPLIT_VIEW, N_("gqn_toolb_rss_fldonoff"), "t", NULL, G_CALLBACK (modest_ui_actions_toggle_main_view) }, { "ToolbarDeleteMessage", MODEST_STOCK_DELETE, N_("qgn_toolb_gene_deletebutton"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_delete) }, { "ToolbarSort", MODEST_STOCK_SORT, N_("qgn_list_sort"), NULL, NULL, NULL }, { "ToolbarFindInMessage", GTK_STOCK_FIND, N_("qgn_toolb_gene_find"), NULL, NULL, NULL },