From 5cee574a3ce8609ee72cd5cdea206dfc594f0dab Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 23 Jan 2004 22:50:02 +0000 Subject: Sometimes reading gnomedesktop flames is useful: 2004-01-23 Marco Pesenti Gritti * 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. --- data/epiphany.schemas.in | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'data/epiphany.schemas.in') 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 @@ - /schemas/apps/epiphany/directories/download - /apps/epiphany/directories/download + /schemas/apps/epiphany/directories/upload + /apps/epiphany/directories/upload epiphany string - ~/Downloads + ~ - /schemas/apps/epiphany/directories/upload - /apps/epiphany/directories/upload + /schemas/apps/epiphany/directories/downloads_folder + /apps/epiphany/directories/downloads_folder epiphany string - ~ + ~/Downloads + The downloads folder + The path of the folder where downloads are saved. -- cgit v1.2.3