aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-06-05 11:16:31 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-06-05 11:16:31 +0800
commit7ae9c02441b4d75c6e686870e6c214ce7f0a823d (patch)
tree1e7fc5cfdbf99410ddf2217c1f4464e89fcadb66 /data
parent62b14d574cd763d5bd600a4aca583f53d16ffcac (diff)
downloadgsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar
gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.gz
gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.bz2
gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.lz
gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.xz
gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.tar.zst
gsoc2013-epiphany-7ae9c02441b4d75c6e686870e6c214ce7f0a823d.zip
Move the bookmarks menu after go. There is a slight inconsistency in the
2003-06-04 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-ui.xml.in: Move the bookmarks menu after go. There is a slight inconsistency in the HIG, but this is the intended order. * embed/mozilla/mozilla-embed-single.cpp: (MozillaEmbedSinglePrivate), (mozilla_set_default_prefs), (color_to_string), (mozilla_update_colors), (mozilla_setup_colors), (mozilla_embed_single_init), (mozilla_embed_single_finalize): Disable caret browsing for now since enough people complain. We really need a visible pref for this though. Oh you need to reset this in about:config to actually turn it off. Monitor theme changes and set the background and text colors based on the theme text entry colors.
Diffstat (limited to 'data')
-rw-r--r--data/ui/epiphany-ui.xml.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/data/ui/epiphany-ui.xml.in b/data/ui/epiphany-ui.xml.in
index c64c5bd8f..5121695df 100644
--- a/data/ui/epiphany-ui.xml.in
+++ b/data/ui/epiphany-ui.xml.in
@@ -46,12 +46,6 @@
<menuitem name="ViewReloadMenu" verb="ViewReload"/>
</submenu>
-<submenu name="BookmarksMenu" verb="Bookmarks">
- <menuitem name="BookmarksAddBookmarkMenu" verb="FileBookmarkPage"/>
- <menuitem name="BookmarksEditMenu" verb="GoBookmarks"/>
- <placeholder name="BookmarksTree"/>
-</submenu>
-
<submenu name="GoMenu" verb="Go">
<menuitem name="GoBackMenu" verb="GoBack"/>
<menuitem name="GoForwardMenu" verb="GoForward"/>
@@ -64,6 +58,12 @@
<placeholder name="GoFavorites"/>
</submenu>
+<submenu name="BookmarksMenu" verb="Bookmarks">
+ <menuitem name="BookmarksAddBookmarkMenu" verb="FileBookmarkPage"/>
+ <menuitem name="BookmarksEditMenu" verb="GoBookmarks"/>
+ <placeholder name="BookmarksTree"/>
+</submenu>
+
<submenu name="TabsMenu" verb="Tabs">
<menuitem name="TabsPreviousMenu" verb="TabsPrevious"/>
<menuitem name="TabsNextMenu" verb="TabsNext"/>