From 92bf0a5958540f7ee518cb8d921816e3d4164eb2 Mon Sep 17 00:00:00 2001 From: Javier Fernandez Garcia-Boente Date: Wed, 22 Aug 2007 11:29:37 +0000 Subject: [PATCH] * Remove Undo option from main-vew window Edit menu. * Fixes: NB#62994 pmo-trunk-r3041 --- src/maemo/modest-main-window-ui.h | 1 - src/maemo/ui/modest-main-window-ui.xml | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/maemo/modest-main-window-ui.h b/src/maemo/modest-main-window-ui.h index a4c617b..b408a90 100644 --- a/src/maemo/modest-main-window-ui.h +++ b/src/maemo/modest-main-window-ui.h @@ -71,7 +71,6 @@ static const GtkActionEntry modest_action_entries [] = { /* Edit */ - { "EditUndo", NULL, N_("mcen_me_inbox_undo"), "Z", NULL, G_CALLBACK (modest_ui_actions_on_undo) }, { "EditCut", NULL, N_("mcen_me_inbox_cut"), "X", NULL, G_CALLBACK (modest_ui_actions_on_cut) }, { "EditCopy", NULL, N_("mcen_me_inbox_copy"), "C", NULL, G_CALLBACK (modest_ui_actions_on_copy) }, { "EditPaste", NULL, N_("mcen_me_inbox_paste"), "V", NULL, G_CALLBACK (modest_ui_actions_on_paste) }, diff --git a/src/maemo/ui/modest-main-window-ui.xml b/src/maemo/ui/modest-main-window-ui.xml index 3140026..09aee19 100644 --- a/src/maemo/ui/modest-main-window-ui.xml +++ b/src/maemo/ui/modest-main-window-ui.xml @@ -52,8 +52,6 @@ - - -- 1.7.9.5