diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-04 00:08:37 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-04 00:11:34 +0800 |
commit | bea26fc30ac9ff3def2d18d237509a18b3829e27 (patch) | |
tree | 5da1657cf6b218587e4df68d7f3acfc1ac95edd8 /data | |
parent | 0caf7b0f44349cbfd072cb49dbdc609de317a971 (diff) | |
download | gsoc2013-epiphany-bea26fc30ac9ff3def2d18d237509a18b3829e27.tar.gz gsoc2013-epiphany-bea26fc30ac9ff3def2d18d237509a18b3829e27.tar.zst gsoc2013-epiphany-bea26fc30ac9ff3def2d18d237509a18b3829e27.zip |
Remove homepage preference from GSettings
Hardcode it to be "about:blank". The final step could be completely
remove the rest of the code, but it might be useful for the future
Overview page (if we consider it the new "homepage").
https://bugzilla.gnome.org/show_bug.cgi?id=665469
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml.in b/data/org.gnome.epiphany.gschema.xml.in index ca04fea95..7a0beb61d 100644 --- a/data/org.gnome.epiphany.gschema.xml.in +++ b/data/org.gnome.epiphany.gschema.xml.in @@ -9,11 +9,6 @@ <default>false</default> <summary>Browse with caret</summary> </key> - <key type="s" name="homepage-url"> - <default>'http://www.google.com'</default> - <summary>Home page</summary> - <description>Address of the user's home page.</description> - </key> <key type="s" name="keyword-search-url"> <default>'http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8'</default> <summary>URL Search</summary> |