diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-01-24 06:50:02 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-01-24 06:50:02 +0800 |
commit | 5cee574a3ce8609ee72cd5cdea206dfc594f0dab (patch) | |
tree | 301801bc9aa0b5a8d238cdc42612114710d3c5ad /data | |
parent | 5439ea9211264c06dcc3e5848f13bf95a54e1923 (diff) | |
download | gsoc2013-epiphany-5cee574a3ce8609ee72cd5cdea206dfc594f0dab.tar.gz gsoc2013-epiphany-5cee574a3ce8609ee72cd5cdea206dfc594f0dab.tar.zst gsoc2013-epiphany-5cee574a3ce8609ee72cd5cdea206dfc594f0dab.zip |
Sometimes reading gnomedesktop flames is useful:
2004-01-23 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany.schemas.in:
* lib/ephy-prefs.h:
* src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb):
* src/popup-commands.c: (save_property_url):
Sometimes reading gnomedesktop flames is useful:
Do not use the same pref of 1.0 for the download dir.
Use a different key for Save Link As.
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 283901f71..01302e149 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -401,20 +401,22 @@ </locale> </schema> <schema> - <key>/schemas/apps/epiphany/directories/download</key> - <applyto>/apps/epiphany/directories/download</applyto> + <key>/schemas/apps/epiphany/directories/upload</key> + <applyto>/apps/epiphany/directories/upload</applyto> <owner>epiphany</owner> <type>string</type> - <default>~/Downloads</default> + <default>~</default> <locale name="C"> </locale> </schema> <schema> - <key>/schemas/apps/epiphany/directories/upload</key> - <applyto>/apps/epiphany/directories/upload</applyto> + <key>/schemas/apps/epiphany/directories/downloads_folder</key> + <applyto>/apps/epiphany/directories/downloads_folder</applyto> <owner>epiphany</owner> <type>string</type> - <default>~</default> + <default>~/Downloads</default> + <short>The downloads folder</short> + <long>The path of the folder where downloads are saved.</long> <locale name="C"> </locale> </schema> |