diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-07-22 17:29:42 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-07-22 17:29:42 +0800 |
commit | 18d51dd8ddb590981030ce7f8e5dbe8dd1d19131 (patch) | |
tree | af6dea1c8404cb75afaef8076a873ceb32abe885 /ChangeLog | |
parent | cc02be8f1303817dc447bbf93c418ba9b0f8da50 (diff) | |
download | gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.gz gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.bz2 gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.lz gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.xz gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.tar.zst gsoc2013-epiphany-18d51dd8ddb590981030ce7f8e5dbe8dd1d19131.zip |
Handle the case where the downloads dir cannot be created gracefully. Fix
2004-07-22 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/MozDownload.cpp:
* lib/ephy-file-helpers.c: (ephy_ensure_dir_exists):
* lib/ephy-file-helpers.h:
Handle the case where the downloads dir cannot be
created gracefully. Fix #146902 (backported from HEAD).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2004-07-22 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozDownload.cpp: + * lib/ephy-file-helpers.c: (ephy_ensure_dir_exists): + * lib/ephy-file-helpers.h: + + Handle the case where the downloads dir cannot be + created gracefully. Fix #146902 (backported from HEAD). + +2004-07-22 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/mozilla-notifiers.cpp: Remove a unused variable. |