aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-21 03:32:36 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-21 03:32:36 +0800
commit825e2488a6498acff91d4d3f8b4c590fa224cbe1 (patch)
tree0e2e653db9c15e9276306ecd3a6822ef17c18112 /embed
parentf60078bc4970490c21c205258fd54259c5ff72ef (diff)
downloadgsoc2013-epiphany-825e2488a6498acff91d4d3f8b4c590fa224cbe1.tar
gsoc2013-epiphany-825e2488a6498acff91d4d3f8b4c590fa224cbe1.tar.gz
gsoc2013-epiphany-825e2488a6498acff91d4d3f8b4c590fa224cbe1.tar.bz2
gsoc2013-epiphany-825e2488a6498acff91d4d3f8b4c590fa224cbe1.tar.lz
gsoc2013-epiphany-825e2488a6498acff91d4d3f8b4c590fa224cbe1.tar.xz
gsoc2013-epiphany-825e2488a6498acff91d4d3f8b4c590fa224cbe1.tar.zst
gsoc2013-epiphany-825e2488a6498acff91d4d3f8b4c590fa224cbe1.zip
Get rid of about:options.
2003-12-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyAboutRedirector.cpp: Get rid of about:options.
Diffstat (limited to 'embed')
-rw-r--r--embed/mozilla/EphyAboutRedirector.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/mozilla/EphyAboutRedirector.cpp b/embed/mozilla/EphyAboutRedirector.cpp
index 6cae8369d..7a240d92b 100644
--- a/embed/mozilla/EphyAboutRedirector.cpp
+++ b/embed/mozilla/EphyAboutRedirector.cpp
@@ -58,7 +58,6 @@ struct RedirEntry {
static RedirEntry kRedirMap[] = {
{ "epiphany", "file://" SHARE_DIR "/epiphany.xhtml" },
{ "conspiracy", "file://" SHARE_DIR "/conspiracy.xhtml" },
- { "options", "http://epiphany.mozdev.org/about/options.html" },
{ "marco", "http://mpgritti.oltrelinux.com" }
};
static const int kRedirTotal = sizeof(kRedirMap)/sizeof(*kRedirMap);