diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-02 22:25:00 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-02 22:25:00 +0800 |
commit | 5d5a8b49ca1742cc34161ba73287540f779795a5 (patch) | |
tree | fcccf2693cdf8ca82c44003184d5fc9f1f624e6e /lib/ephy-file-helpers.h | |
parent | 59c38b2fabd382321fbcf1e4a8db70c8c59016ec (diff) | |
download | gsoc2013-epiphany-5d5a8b49ca1742cc34161ba73287540f779795a5.tar gsoc2013-epiphany-5d5a8b49ca1742cc34161ba73287540f779795a5.tar.gz gsoc2013-epiphany-5d5a8b49ca1742cc34161ba73287540f779795a5.tar.bz2 gsoc2013-epiphany-5d5a8b49ca1742cc34161ba73287540f779795a5.tar.lz gsoc2013-epiphany-5d5a8b49ca1742cc34161ba73287540f779795a5.tar.xz gsoc2013-epiphany-5d5a8b49ca1742cc34161ba73287540f779795a5.tar.zst gsoc2013-epiphany-5d5a8b49ca1742cc34161ba73287540f779795a5.zip |
Recognise "Desktop" special downloads directory. Fixes bug #152926.
2004-10-02 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
* lib/ephy-file-helpers.c: (ephy_file_downloads_dir),
(ephy_file_desktop_dir):
* lib/ephy-file-helpers.h:
* src/prefs-dialog.c: (get_download_button_label):
Recognise "Desktop" special downloads directory. Fixes bug #152926.
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r-- | lib/ephy-file-helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h index bfb7e1b6c..6beb2951a 100644 --- a/lib/ephy-file-helpers.h +++ b/lib/ephy-file-helpers.h @@ -35,6 +35,8 @@ void ephy_file_helpers_shutdown (void); char *ephy_file_downloads_dir (void); +char *ephy_file_desktop_dir (void); + const char *ephy_file_tmp_dir (void); char *ephy_file_tmp_filename (const char *base, |