diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-17 20:01:47 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-17 20:02:42 +0800 |
commit | ada259cbc99436eaf638061dd3a4e864e476b0ae (patch) | |
tree | 0de616aac62e0ef269cf3fa6acdb38cde943ca54 /data | |
parent | 323487932aeb480be4646df38d2a395a0ada05d8 (diff) | |
download | gsoc2013-epiphany-ada259cbc99436eaf638061dd3a4e864e476b0ae.tar.gz gsoc2013-epiphany-ada259cbc99436eaf638061dd3a4e864e476b0ae.tar.zst gsoc2013-epiphany-ada259cbc99436eaf638061dd3a4e864e476b0ae.zip |
Remove Find Next/Previous from page menu
The actions are already in the find toolbar, which is accessible from
the menu, so there's no need to have them there.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-ui.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index b3c184d12..b7b08f2ee 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -98,8 +98,6 @@ <menuitem name="FileSendToMenu" action="FileSendTo"/> <separator name="FileSep4"/> <menuitem name="EditFindMenu" action="EditFind"/> - <menuitem name="EditFindNextMenu" action="EditFindNext"/> - <menuitem name="EditFindPrevMenu" action="EditFindPrev"/> <separator name="FileSep5"/> <menu name="BookmarksMenu" action="Bookmarks"> <menuitem name="BookmarksAddBookmarkMenu" action="FileBookmarkPage"/> |