[epiphany] Remove "Send link by mail..." from the super menu



commit 9c52e2df5c4b414eb19fb6d5f7e0261c708a2d22
Author: Xan Lopez <xan igalia com>
Date:   Wed Jan 18 13:14:04 2012 +0100

    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.

 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 8b3fc49..a44059b 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"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]