diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | data/ui/epiphany-ui.xml | 1 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2005-01-06 Christian Persch <chpe@cvs.gnome.org> + + * data/ui/epiphany-ui.xml: + + Don't add "Close" to the tab's context menu. When you're using keynav, + the tab is active so normal ways (File menu, Ctrl-W) work; when you're + mousing why not use the close button! + 2005-01-05 Christian Persch <chpe@cvs.gnome.org> * src/ephy-history-window.c: diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 1d55456cf..de3b72f92 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -182,7 +182,6 @@ </popup> <popup name="EphyNotebookPopup" action="PopupAction"> - <menuitem name="TabCloseENP" action="FileCloseTab"/> <menuitem name="TabDetachENP" action="TabsDetach"/> <separator name="TabsSep1"/> <menuitem name="TabMoveLeftENP" action="TabsMoveLeft"/> |