diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-21 03:32:36 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-21 03:32:36 +0800 |
commit | 825e2488a6498acff91d4d3f8b4c590fa224cbe1 (patch) | |
tree | 0e2e653db9c15e9276306ecd3a6822ef17c18112 | |
parent | f60078bc4970490c21c205258fd54259c5ff72ef (diff) | |
download | gsoc2013-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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/EphyAboutRedirector.cpp | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2003-12-20 Christian Persch <chpe@cvs.gnome.org> + + * embed/mozilla/EphyAboutRedirector.cpp: + + Get rid of about:options. + 2003-12-20 Christian Neumair <chris@gnome-de.org> * src/prefs-dialog.c: (get_download_button_label): 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); |