diff options
author | Michael Terry <mterry@fastmail.fm> | 2004-01-04 05:07:11 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-01-04 05:07:11 +0800 |
commit | 1fe471d0ab202613f6802751f5604420e23727d1 (patch) | |
tree | e4c2b234d66a898ea408ee5198cee440122c6ed4 /data/ui | |
parent | 1d32b8d181198a8afe42d5d105537afd08ccf0a5 (diff) | |
download | gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.gz gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.bz2 gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.lz gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.xz gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.tar.zst gsoc2013-epiphany-1fe471d0ab202613f6802751f5604420e23727d1.zip |
Show copy text menu item also for links
2004-01-03 Michael Terry <mterry@fastmail.fm>
* data/ui/epiphany-ui.xml:
Show copy text menu item also for links
* src/ephy-window.c: (update_edit_actions_sensitivity),
(enable_edit_actions_sensitivity), (edit_menu_show_cb),
(edit_menu_hide_cb), (hide_embed_popup_cb), (show_embed_popup):
Show copy text menu item only when there is actually selected
text.
Diffstat (limited to 'data/ui')
-rw-r--r-- | data/ui/epiphany-ui.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 6fd3f4ee1..12c0dbbe4 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -128,6 +128,8 @@ <menuitem name="OpenLinkInNewWindowLP" action="OpenLinkInNewWindow"/> <menuitem name="OpenLinkInNewTabLP" action="OpenLinkInNewTab"/> <separator name="LPSep1"/> + <menuitem name="EditCopyLP" action="EditCopy"/> + <separator name="LPSep2"/> <menuitem name="DownloadLinkLP" action="DownloadLink"/> <menuitem name="BookmarkLinkLP" action="BookmarkLink"/> <menuitem name="CopyLinkAddressLP" action="CopyLinkAddress"/> |