[epiphany] epiphany-ui.xml: enable accels in supermenu labels



commit e9b6b8cb383c046d0c46c5d1b6d7b7c38f1805b1
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Wed Feb 8 01:28:22 2012 -0500

    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

 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 9a4ce99..1abf838 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"/>	



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