diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-08 14:28:22 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-02-08 14:28:22 +0800 |
commit | e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1 (patch) | |
tree | 4eb68d93c454c0dfd175949abe7d353b32838801 /data/ui | |
parent | a65a77294e8db4b7ac792d4f22b685678fe722d4 (diff) | |
download | gsoc2013-epiphany-e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1.tar.gz 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/ui')
-rw-r--r-- | data/ui/epiphany-ui.xml | 2 |
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"/> |