aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-07 03:10:32 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-07 03:10:32 +0800
commit8d8966d04d082c1204de2ad1457e5fb3499f24da (patch)
tree83436713f021766ee42dbfc7d8b9d83c93b40e7a /ChangeLog
parent84ecea1dfe100ec37b35f15beb3ce1783886967e (diff)
downloadgsoc2013-epiphany-8d8966d04d082c1204de2ad1457e5fb3499f24da.tar
gsoc2013-epiphany-8d8966d04d082c1204de2ad1457e5fb3499f24da.tar.gz
gsoc2013-epiphany-8d8966d04d082c1204de2ad1457e5fb3499f24da.tar.bz2
gsoc2013-epiphany-8d8966d04d082c1204de2ad1457e5fb3499f24da.tar.lz
gsoc2013-epiphany-8d8966d04d082c1204de2ad1457e5fb3499f24da.tar.xz
gsoc2013-epiphany-8d8966d04d082c1204de2ad1457e5fb3499f24da.tar.zst
gsoc2013-epiphany-8d8966d04d082c1204de2ad1457e5fb3499f24da.zip
Really always check the return value of xmlTextReaderRead(), don't advance
2004-03-06 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_bookmark), (xbel_parse_folder), (xbel_parse_xbel), (ephy_bookmarks_import_xbel): Really always check the return value of xmlTextReaderRead(), don't advance if it's != 1. Fixes bug #136151.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4988894a..9f17b7d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-03-06 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_bookmark),
+ (xbel_parse_folder), (xbel_parse_xbel),
+ (ephy_bookmarks_import_xbel):
+
+ Really always check the return value of xmlTextReaderRead(), don't advance
+ if it's != 1. Fixes bug #136151.
+
+2004-03-06 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-notebook.c: (notebook_drag_data_received_cb):
Fix crash when dragging a link to a tab label; I forgot to change