summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-17 16:19:34 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-17 16:20:58 -0500
commit430f7d2d13cd8310c3c894d988ecd725c7e7a7a2 (patch)
treee4e20168e67aab41d61377809d89e55cd97cec55
parent37736ac2daca6ad6dc959840facf9fa9ca74d219 (diff)
downloadepiphany-430f7d2d13cd8310c3c894d988ecd725c7e7a7a2.tar.gz
Remove WebKit default bookmark
Jeremy complains that it's overly technical, and *grumble* he's probably right. We don't expect users to know what a web browser is, let alone a web rendering engine. https://bugzilla.gnome.org/show_bug.cgi?id=766474
-rw-r--r--data/default-bookmarks.rdf.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/default-bookmarks.rdf.in b/data/default-bookmarks.rdf.in
index 6c3440e00..e350b5836 100644
--- a/data/default-bookmarks.rdf.in
+++ b/data/default-bookmarks.rdf.in
@@ -6,7 +6,6 @@
<items>
<rdf:Seq>
<rdf:li rdf:resource="https://www.gnome.org/"/>
- <rdf:li rdf:resource="https://webkit.org/"/>
</rdf:Seq>
</items>
</channel>
@@ -14,8 +13,4 @@
<title>GNOME</title>
<link>https://www.gnome.org/</link>
</item>
- <item rdf:about="https://webkit.org/">
- <title>WebKit</title>
- <link>https://webkit.org/</link>
- </item>
</rdf:RDF>