aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-22 17:29:42 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-22 17:29:42 +0800
commit18d51dd8ddb590981030ce7f8e5dbe8dd1d19131 (patch)
treeaf6dea1c8404cb75afaef8076a873ceb32abe885 /ChangeLog
parentcc02be8f1303817dc447bbf93c418ba9b0f8da50 (diff)
downloadgsoc2013-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0d445887..b3e04b514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.