diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-17 19:08:44 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-17 19:08:44 +0800 |
commit | 22288c6cad9346c892f15f8f68f6ce6cf2638c25 (patch) | |
tree | cce2b3a2276775b7eca537c5a1353183e1230abd | |
parent | 3333b0f664a978f7cb86ce9cd164778e28febe06 (diff) | |
download | gsoc2013-epiphany-22288c6cad9346c892f15f8f68f6ce6cf2638c25.tar gsoc2013-epiphany-22288c6cad9346c892f15f8f68f6ce6cf2638c25.tar.gz gsoc2013-epiphany-22288c6cad9346c892f15f8f68f6ce6cf2638c25.tar.bz2 gsoc2013-epiphany-22288c6cad9346c892f15f8f68f6ce6cf2638c25.tar.lz gsoc2013-epiphany-22288c6cad9346c892f15f8f68f6ce6cf2638c25.tar.xz gsoc2013-epiphany-22288c6cad9346c892f15f8f68f6ce6cf2638c25.tar.zst gsoc2013-epiphany-22288c6cad9346c892f15f8f68f6ce6cf2638c25.zip |
add supported protocols
2003-09-17 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany.applications:
add supported protocols
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | data/epiphany.applications | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-09-17 Marco Pesenti Gritti <marco@gnome.org> + + * data/epiphany.applications: + + add supported protocols + 2003-09-16 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: diff --git a/data/epiphany.applications b/data/epiphany.applications index bb283421d..99a192161 100644 --- a/data/epiphany.applications +++ b/data/epiphany.applications @@ -4,4 +4,5 @@ epiphany command=epiphany can_open_multiple_files=false name=Web Browser + supported_uri_schemes=file,http,ftp mime_types=text/html,text/xml,x-directory/webdav,x-directory/webdav-prefer-directory |