aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-07-22 17:17:09 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-07-22 17:17:09 +0800
commit8ed863129291204c3b293e41dae4bc3a1c7e9127 (patch)
treed68732b960661ad2a5a818320c02d946b8eeeae1 /ChangeLog
parent561c5a9432b239aee5581ef83b0f38c5eeecd30c (diff)
downloadgsoc2013-epiphany-8ed863129291204c3b293e41dae4bc3a1c7e9127.tar
gsoc2013-epiphany-8ed863129291204c3b293e41dae4bc3a1c7e9127.tar.gz
gsoc2013-epiphany-8ed863129291204c3b293e41dae4bc3a1c7e9127.tar.bz2
gsoc2013-epiphany-8ed863129291204c3b293e41dae4bc3a1c7e9127.tar.lz
gsoc2013-epiphany-8ed863129291204c3b293e41dae4bc3a1c7e9127.tar.xz
gsoc2013-epiphany-8ed863129291204c3b293e41dae4bc3a1c7e9127.tar.zst
gsoc2013-epiphany-8ed863129291204c3b293e41dae4bc3a1c7e9127.zip
Handle the case where the downloads dir cannot be created gracefully. Fix
2004-07-22 Marco Pesenti Gritti <marco@gnome.org> * doc/reference/tmpl/ephy-embed.sgml: * 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 665bad09a..8101a0aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2004-07-22 Marco Pesenti Gritti <marco@gnome.org>
+ * doc/reference/tmpl/ephy-embed.sgml:
+ * 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
+
+2004-07-22 Marco Pesenti Gritti <marco@gnome.org>
+
* src/bookmarks/ephy-bookmarks-import.c:
(ephy_bookmarks_import_mozilla):