diff options
author | Robert Roth <robert.roth.off@gmail.com> | 2015-06-12 15:44:31 +0300 |
---|---|---|
committer | Robert Roth <robert.roth.off@gmail.com> | 2015-06-13 11:38:59 +0300 |
commit | 269f01c98e568e18ab69b26ca59786b6f0b84304 (patch) | |
tree | b90add3a5db2866b525a9eb1a33a9140060aea94 /data | |
parent | e3853d113b7ea537181fd5e9d9dba9449413422c (diff) | |
download | epiphany-269f01c98e568e18ab69b26ca59786b6f0b84304.tar.gz |
Removed toolbar-style references from config.
https://bugzilla.gnome.org/show_bug.cgi?id=728874
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.convert | 1 | ||||
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/data/epiphany.convert b/data/epiphany.convert index bd936662b..88081199c 100644 --- a/data/epiphany.convert +++ b/data/epiphany.convert @@ -11,7 +11,6 @@ enable-caret-browsing = /apps/epiphany/web/browse_with_caret [org.gnome.Epiphany.ui] always-show-tabs-bar = /apps/epiphany/general/always_show_tabs_bar -toolbar-style = /apps/epiphany/general/toolbar_style downloads-hidden = /apps/epiphany/dialogs/downloads_hidden [org.gnome.Epiphany.web] diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index c2837d8c2..d69c37c26 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -73,11 +73,6 @@ </key> </schema> <schema path="/org/gnome/epiphany/ui/" id="org.gnome.Epiphany.ui"> - <key name="toolbar-style" enum="org.gnome.Epiphany.EphyPrefsUIToolbarStyle"> - <default>'both-horiz'</default> - <summary>Toolbar style</summary> - <description>Toolbar style. Allowed values are "" (use GNOME default style), "both" (text and icons), "both-horiz" (text besides icons), "icons", and "text".</description> - </key> <key type="b" name="always-show-tabs-bar"> <default>false</default> <summary>[Deprecated]</summary> |