diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2009-10-27 18:09:57 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2009-10-30 02:23:11 +0800 |
commit | c87401f28cb8ef3a645dfd5a687be6ddbbfe6790 (patch) | |
tree | f45c27535dc61afa233467a16af5018d20fb5c84 /data/ui | |
parent | 68729d9fcdade0698b6e1ce979da271d49d7e3d0 (diff) | |
download | gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.gz gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.bz2 gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.lz gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.xz gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.tar.zst gsoc2013-epiphany-c87401f28cb8ef3a645dfd5a687be6ddbbfe6790.zip |
Provide the Inspect Element menu item again
WebKit now provides API to start the web inspector, so we can restore
the menu item.
Bug #599473
Diffstat (limited to 'data/ui')
-rw-r--r-- | data/ui/epiphany-ui.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 1f3dcaceb..5be9e4f26 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -117,6 +117,8 @@ <menuitem name="SaveImageAsIP" action="SaveImageAs"/> <menuitem name="SetImageAsBackgroundIP" action="SetImageAsBackground"/> <menuitem name="CopyImageLocationIP" action="CopyImageLocation"/> + <separator /> + <menuitem name="InspectElementIP" action="InspectElement"/> </popup> <popup name="EphyDocumentPopup" action="PopupAction"> @@ -134,6 +136,8 @@ <menuitem name="SaveImageAsDP" action="SaveImageAs"/> <menuitem name="SetImageAsBackgroundDP" action="SetImageAsBackground"/> <menuitem name="CopyImageLocationDP" action="CopyImageLocation"/> + <separator /> + <menuitem name="InspectElementDP" action="InspectElement"/> </popup> <popup name="EphyLinkPopup" action="PopupAction"> @@ -152,6 +156,8 @@ <menuitem name="SaveImageAsLP" action="SaveImageAs"/> <menuitem name="SetImageAsBackgroundLP" action="SetImageAsBackground"/> <menuitem name="CopyImageLocationLP" action="CopyImageLocation"/> + <separator /> + <menuitem name="InspectElementLP" action="InspectElement"/> </popup> <popup name="EphyEmailLinkPopup" action="PopupAction"> @@ -164,6 +170,8 @@ <menuitem name="SaveImageAsELP" action="SaveImageAs"/> <menuitem name="SetImageAsBackgroundELP" action="SetImageAsBackground"/> <menuitem name="CopyImageLocationELP" action="CopyImageLocation"/> + <separator /> + <menuitem name="InspectElementELP" action="InspectElement"/> </popup> <popup name="EphyNotebookPopup" action="NotebookPopupAction"> |