diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-06 18:36:39 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-06 18:36:39 +0800 |
commit | 510dc2f81c7d5da00ae321c4f87fe74bc7873e0d (patch) | |
tree | dc55cc4838c34ad069a5464271a3cd17621bf3f3 /data | |
parent | 665035daca3b08898e1d838d38c65fbe5f36ff95 (diff) | |
download | gsoc2013-epiphany-510dc2f81c7d5da00ae321c4f87fe74bc7873e0d.tar gsoc2013-epiphany-510dc2f81c7d5da00ae321c4f87fe74bc7873e0d.tar.gz gsoc2013-epiphany-510dc2f81c7d5da00ae321c4f87fe74bc7873e0d.tar.bz2 gsoc2013-epiphany-510dc2f81c7d5da00ae321c4f87fe74bc7873e0d.tar.lz gsoc2013-epiphany-510dc2f81c7d5da00ae321c4f87fe74bc7873e0d.tar.xz gsoc2013-epiphany-510dc2f81c7d5da00ae321c4f87fe74bc7873e0d.tar.zst gsoc2013-epiphany-510dc2f81c7d5da00ae321c4f87fe74bc7873e0d.zip |
Correct download dir default.
2003-11-06 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany.schemas.in:
Correct download dir default.
* embed/ephy-embed-shell.h:
* embed/ephy-embed-shell.c: (ephy_embed_shell_init),
(ephy_embed_shell_finalize), (ephy_embed_shell_get_encodings),
(load_mime_from_xml), (ephy_embed_shell_check_mime):
Add check_mime api for permissions.
* embed/mozilla/ContentHandler.cpp:
First incomplete try at using it.
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 21b248bf0..1073289d0 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -404,7 +404,7 @@ <applyto>/apps/epiphany/directories/download</applyto> <owner>epiphany</owner> <type>string</type> - <default>~</default> + <default>Desktop</default> <locale name="C"> </locale> </schema> |