diff options
author | Yanko Kaneti <yaneti@declera.com> | 2010-11-16 15:04:18 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-12-15 23:00:13 +0800 |
commit | f6f31ff0994c0c35f60910369f06541930b58f01 (patch) | |
tree | a556df7db70fa242124cfd43c33b8b8f19604501 /data | |
parent | 43a776e85d1fd602ef28756da4a5cc6e4fed40f9 (diff) | |
download | gsoc2013-epiphany-f6f31ff0994c0c35f60910369f06541930b58f01.tar.gz gsoc2013-epiphany-f6f31ff0994c0c35f60910369f06541930b58f01.tar.zst gsoc2013-epiphany-f6f31ff0994c0c35f60910369f06541930b58f01.zip |
epiphany.convert: Fix cache-size schema location
Bug #634969
Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.convert | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.convert b/data/epiphany.convert index 34ccfd473..70d3e77ee 100644 --- a/data/epiphany.convert +++ b/data/epiphany.convert @@ -1,7 +1,6 @@ [org.gnome.Epiphany] homepage-url = /apps/epiphany/general/homepage user-agent = /apps/epiphany/general/user_agent -cache-size = /apps/epiphany/web/cache_size new-windows-in-tabs = /apps/epiphany/general/open_new_windows_in_tab automatic-downloads = /apps/epiphany/general/automatic_downloads warn-on-close-unsubmitted-data = /apps/epiphany/dialogs/warn_on_close_unsubmitted_data @@ -31,6 +30,7 @@ enable-plugins = /apps/epiphany/web/plugins_enabled enable-javascript = /apps/epiphany/web/javascript_enabled image-animation-mode = /apps/epiphany/web/image_animation default-encoding = /apps/epiphany/web/default_encoding +cache-size = /apps/epiphany/web/cache_size [org.gnome.Epiphany.state] save-dir = /apps/epiphany/directories/save |