aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-02-08 14:28:22 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-02-08 14:28:22 +0800
commite9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1 (patch)
tree4eb68d93c454c0dfd175949abe7d353b32838801 /data
parenta65a77294e8db4b7ac792d4f22b685678fe722d4 (diff)
downloadgsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.tar
gsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.tar.gz
gsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.tar.bz2
gsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.tar.lz
gsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.tar.xz
gsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.tar.zst
gsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.zip
epiphany-ui.xml: enable accels in supermenu labels
The explicit accelerators="true" was missing in the <popup> element. https://bugzilla.gnome.org/show_bug.cgi?id=668325
Diffstat (limited to 'data')
-rw-r--r--data/ui/epiphany-ui.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml
index 9a4ce99e5..1abf83899 100644
--- a/data/ui/epiphany-ui.xml
+++ b/data/ui/epiphany-ui.xml
@@ -67,7 +67,7 @@
<!-- <menuitem name="TabDetachENP" action="TabsDetach"/> -->
</popup>
- <popup name="PagePopup" action="PagePopupAction">
+ <popup name="PagePopup" action="PagePopupAction" accelerators="true">
<menuitem name="FileNewTabMenu" action="FileNewTab"/>
<menuitem name="FileOpenMenu" action="FileOpen"/>
<separator name="FileSep1"/>