aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-05-04 01:34:46 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-04 01:34:46 +0800
commit7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63 (patch)
treee333fea9463ca0e7ff332f18a369b0057b17d525 /data
parent3f4726c21f495297332c5cedae66e636ba88a1a0 (diff)
downloadgsoc2013-epiphany-7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63.tar
gsoc2013-epiphany-7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63.tar.gz
gsoc2013-epiphany-7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63.tar.bz2
gsoc2013-epiphany-7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63.tar.lz
gsoc2013-epiphany-7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63.tar.xz
gsoc2013-epiphany-7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63.tar.zst
gsoc2013-epiphany-7b8bbf8cb9b28e181a33b2ef49cbe991c8a4dc63.zip
Hide view menus in the xml, not working.
2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> * data/ui/epiphany-bookmark-editor-ui.xml.in: * data/ui/epiphany-history-window-ui.xml.in: Hide view menus in the xml, not working. * src/window-commands.c: (toolbar_editor_destroy_cb): Update ui after tb editing, so location is not lost.
Diffstat (limited to 'data')
-rw-r--r--data/ui/epiphany-bookmark-editor-ui.xml.in6
-rw-r--r--data/ui/epiphany-history-window-ui.xml.in6
2 files changed, 0 insertions, 12 deletions
diff --git a/data/ui/epiphany-bookmark-editor-ui.xml.in b/data/ui/epiphany-bookmark-editor-ui.xml.in
index 5a2590d79..91ebbb21c 100644
--- a/data/ui/epiphany-bookmark-editor-ui.xml.in
+++ b/data/ui/epiphany-bookmark-editor-ui.xml.in
@@ -23,12 +23,6 @@
<menuitem name="EditSelectAll" verb="SelectAll"/>
</submenu>
-<submenu name="ViewMenu" verb="View">
- <menuitem name="ViewTitle" verb="ViewTitle"/>
- <menuitem name="ViewLocation" verb="ViewLocation"/>
- <menuitem name="ViewTitleLocation" verb="ViewTitleLocation"/>
-</submenu>
-
<submenu name="HelpMenu" verb="Help">
<menuitem name="HelpContents" verb="HelpContents"/>
<menuitem name="HelpAbout" verb="HelpAbout"/>
diff --git a/data/ui/epiphany-history-window-ui.xml.in b/data/ui/epiphany-history-window-ui.xml.in
index 17eb4390e..e2a5e0322 100644
--- a/data/ui/epiphany-history-window-ui.xml.in
+++ b/data/ui/epiphany-history-window-ui.xml.in
@@ -20,12 +20,6 @@
<menuitem name="EditClear" verb="Clear"/>
</submenu>
-<submenu name="ViewMenu" verb="View">
- <menuitem name="ViewTitle" verb="ViewTitle"/>
- <menuitem name="ViewLocation" verb="ViewLocation"/>
- <menuitem name="ViewTitleLocation" verb="ViewTitleLocation"/>
-</submenu>
-
<submenu name="HelpMenu" verb="Help">
<menuitem name="HelpContents" verb="HelpContents"/>
<menuitem name="HelpAbout" verb="HelpAbout"/>