diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-18 20:14:04 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-18 20:16:58 +0800 |
commit | 9c52e2df5c4b414eb19fb6d5f7e0261c708a2d22 (patch) | |
tree | ebd41ce9c2fb1fd88b9b6415269201a6dde1ded8 /data | |
parent | 67798e67eb2433e8367111156a63ffee76e9e5b2 (diff) | |
download | gsoc2013-epiphany-9c52e2df5c4b414eb19fb6d5f7e0261c708a2d22.tar.gz gsoc2013-epiphany-9c52e2df5c4b414eb19fb6d5f7e0261c708a2d22.tar.zst gsoc2013-epiphany-9c52e2df5c4b414eb19fb6d5f7e0261c708a2d22.zip |
Remove "Send link by mail..." from the super menu
What we need is an actual "Share with..." functionality, integrated
with GNOME, that also groks Facebook, Twitter, etc. Meanwhile I
honestly think having this in the super menu is overblown, but we can
move it to the Document context menu.
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-ui.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 8b3fc493d..a44059b32 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -35,6 +35,8 @@ <menuitem name="SetImageAsBackgroundDP" action="SetImageAsBackground"/> <menuitem name="CopyImageLocationDP" action="CopyImageLocation"/> <separator /> + <menuitem name="FileSendToDP" action="FileSendTo"/> + <separator /> <menuitem name="InspectElementDP" action="InspectElement"/> </popup> @@ -94,7 +96,6 @@ <separator name="EditSep3"/> <menuitem name="FilePrintSetupMenu" action="FilePrintSetup"/> <menuitem name="FilePrintMenu" action="FilePrint"/> - <menuitem name="FileSendToMenu" action="FileSendTo"/> <separator name="FileSep4"/> <menuitem name="EditFindMenu" action="EditFind"/> <separator name="FileSep5"/> |