diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-02-24 07:56:08 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-24 07:56:08 +0800 |
commit | a126153d1deb203697a7213b15889bd747e92148 (patch) | |
tree | ba524d9d154dbf44f1ca6036e7655ae21adae6f4 /ChangeLog | |
parent | 4e83ad8e62b7eb641a52bd30b421eedfc357604d (diff) | |
download | gsoc2013-epiphany-a126153d1deb203697a7213b15889bd747e92148.tar gsoc2013-epiphany-a126153d1deb203697a7213b15889bd747e92148.tar.gz gsoc2013-epiphany-a126153d1deb203697a7213b15889bd747e92148.tar.bz2 gsoc2013-epiphany-a126153d1deb203697a7213b15889bd747e92148.tar.lz gsoc2013-epiphany-a126153d1deb203697a7213b15889bd747e92148.tar.xz gsoc2013-epiphany-a126153d1deb203697a7213b15889bd747e92148.tar.zst gsoc2013-epiphany-a126153d1deb203697a7213b15889bd747e92148.zip |
Do not use gnome vfs to check the scheme because it can handle only
2004-02-24 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-tab.c: (address_has_web_scheme):
Do not use gnome vfs to check the scheme because
it can handle only supported methods.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-02-24 Marco Pesenti Gritti <marco@gnome.org> + + * src/ephy-tab.c: (address_has_web_scheme): + + Do not use gnome vfs to check the scheme because + it can handle only supported methods. + 2004-02-21 Christian Persch <chpe@cvs.gnome.org> * doc/reference/Makefile.am: |