summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2006-01-23 14:19:27 +0000
committercth103 <cth103@users.sourceforge.net>2006-01-23 14:19:27 +0000
commit88a8b1c9b15c12ff99ffc0f9c387ad1a1bdca813 (patch)
treee9bbd7451de9f040b51c2408db0e3307558fc233 /ChangeLog
parentAdd .a files to svn:ignore property. (diff)
downloadinkscape-88a8b1c9b15c12ff99ffc0f9c387ad1a1bdca813.tar.gz
inkscape-88a8b1c9b15c12ff99ffc0f9c387ad1a1bdca813.zip
Catch failures in fopen of XML files. Fixes #1374551.
(bzr r23)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d856ba05b..18df22f3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* src/selection.cpp: fix a typo in one of my previous commits.
Closes #1401357.
+ * src/xml/repr-io.cpp: catch failures in fopen of XML files.
+ Closes #1374551.
+
2006-01-20 Michael Wybrow <mjwybrow@users.sourceforge.net>
* src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp,