From 23800ef3100207baa5bcd65f1e4ca0c0386512b1 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 23 Jul 2007 19:45:40 +0000 Subject: [PATCH] * Fixes NB#60774, the logical id was deleted in version 1.1 of the specs pmo-trunk-r2779 --- src/maemo/modest-main-window-ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index dd95025..a4c617b 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -129,7 +129,7 @@ static const GtkActionEntry modest_action_entries [] = { static const GtkToggleActionEntry modest_toggle_action_entries [] = { { "ViewToggleFullscreen", GTK_STOCK_FULLSCREEN, N_("mcen_me_inbox_fullscreen"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_fullscreen), FALSE }, { "ViewShowToolbarNormalScreen", NULL, N_("mcen_me_inbox_normalview"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_toolbar), TRUE }, - { "ViewShowToolbarFullScreen", NULL, N_("mcen_me_inbox_optimizedview"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_toolbar), TRUE }, + { "ViewShowToolbarFullScreen", NULL, N_("mcen_me_inbox_fullscreen"), NULL, NULL, G_CALLBACK (modest_ui_actions_on_toggle_toolbar), TRUE }, }; G_END_DECLS -- 1.7.9.5