aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2011-04-20 06:22:10 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-14 04:37:46 +0800
commit8bdee5f4dded2cea80e62b9402e138e7dc0f37c2 (patch)
tree6f6a007252186ff5910aa55ffb3a92e385e5f304 /data
parent2591b899a411c78369a2455e3df61d72f9e4a9f6 (diff)
downloadgsoc2013-epiphany-8bdee5f4dded2cea80e62b9402e138e7dc0f37c2.tar
gsoc2013-epiphany-8bdee5f4dded2cea80e62b9402e138e7dc0f37c2.tar.gz
gsoc2013-epiphany-8bdee5f4dded2cea80e62b9402e138e7dc0f37c2.tar.bz2
gsoc2013-epiphany-8bdee5f4dded2cea80e62b9402e138e7dc0f37c2.tar.lz
gsoc2013-epiphany-8bdee5f4dded2cea80e62b9402e138e7dc0f37c2.tar.xz
gsoc2013-epiphany-8bdee5f4dded2cea80e62b9402e138e7dc0f37c2.tar.zst
gsoc2013-epiphany-8bdee5f4dded2cea80e62b9402e138e7dc0f37c2.zip
Tweak the "Hide Menubar" UI options slightly.
Remove the menubar visibility options from the content context menu and adds them to the chrome context menu. Invert the meaning of the option and update the option text.
Diffstat (limited to 'data')
-rw-r--r--data/ui/epiphany-ui.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml
index b9d415f40..1c2fff369 100644
--- a/data/ui/epiphany-ui.xml
+++ b/data/ui/epiphany-ui.xml
@@ -47,7 +47,7 @@
<separator/>
</menu>
</placeholder>
- <menuitem name="HideMenubar" action="HideMenubar"/>
+ <menuitem name="ViewMenuBar" action="ViewMenuBar"/>
<menuitem name="ViewDownloadsBar" action="ViewDownloadsBar"/>
<separator name="ViewSep1"/>
<menuitem name="ViewPopupsMenu" action="ViewPopupWindows"/>
@@ -144,8 +144,6 @@
<menuitem name="CopyImageLocationDP" action="CopyImageLocation"/>
<separator />
<menuitem name="InspectElementDP" action="InspectElement"/>
- <separator />
- <menuitem action="HideMenubar" />
</popup>
<popup name="EphyLinkPopup" action="PopupAction">
@@ -205,6 +203,8 @@
<separator/>
<menuitem action="ViewToolbarEditor"/>
<separator/>
+ <menuitem action="ViewMenuBar" />
+ <menuitem name="ViewDownloadsBar" action="ViewDownloadsBar"/>
</popup>
<accelerator name="AlwaysStopAccel" action="ViewAlwaysStop"/>