summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosselin Mouette <jmouette@src.gnome.org>2008-12-23 21:20:48 +0000
committerJosselin Mouette <jmouette@src.gnome.org>2008-12-23 21:20:48 +0000
commitb04c4a6de9e5e7c98c5a3717c5c9e4a8f0f0f08a (patch)
tree99eecda2f90810ac56f1ac502d5de0359c32783c /ChangeLog
parent3500f1bcf2d0feba3e87a7efb558e4b0052c9b06 (diff)
downloadyelp-b04c4a6de9e5e7c98c5a3717c5c9e4a8f0f0f08a.tar.gz
- Load local files with g_file_new_for_path. - Do not loop endlessly over
* src/yelp-window.c: (window_do_load_html): - Load local files with g_file_new_for_path. - Do not loop endlessly over the end of file while reading it. Fixes bug #562137 - fails to load local HTML files svn path=/trunk/; revision=3212
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52a60782..8dc27a2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-23 Josselin Mouette <joss@malsain.org>
+
+ * src/yelp-window.c: (window_do_load_html):
+ - Load local files with g_file_new_for_path.
+ - Do not loop endlessly over the end of file while
+ reading it.
+ Fixes bug #562137 - fails to load local HTML files
+
== 2.24.0 ==
2008-09-22 Don Scorgie <dscorgie@svn.gnome.org>