aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@svn.gnome.org>2007-01-09 06:53:47 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-01-09 06:53:47 +0800
commiteeae242437aca16e9b7d6d6cc45f3e5bf90f4aaa (patch)
tree38e9a58032427b032aa55b37a78b5c5538218bcf /ChangeLog
parenta090eff785cd6c75eb70905b91adea159d64d648 (diff)
downloadgsoc2013-epiphany-eeae242437aca16e9b7d6d6cc45f3e5bf90f4aaa.tar.gz
gsoc2013-epiphany-eeae242437aca16e9b7d6d6cc45f3e5bf90f4aaa.tar.zst
gsoc2013-epiphany-eeae242437aca16e9b7d6d6cc45f3e5bf90f4aaa.zip
Workaround/semi-fix for bug #351814. The real cause of the problem is the
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: * lib/widgets/ephy-node-view.c: Workaround/semi-fix for bug #351814. The real cause of the problem is the user_data that is never set on a GtkTreeIter, so the Ephy implementation of the tree makes it to have a stamp of 0 being that way an invalid iter. Patch by Diego Escalante Urrelo. svn path=/trunk/; revision=6796
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 753dc12d3..53b5ce0c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,16 @@
2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
+ * src/bookmarks/ephy-bookmarks-editor.c:
+ * lib/widgets/ephy-node-view.c:
+
+ Workaround/semi-fix for bug #351814. The real cause of the problem is
+ the user_data that is never set on a GtkTreeIter, so the Ephy
+ implementation of the tree makes it to have a stamp of 0 being that
+ way an invalid iter. Patch by Diego Escalante Urrelo.
+
+2007-01-08 Diego Escalante Urrelo <diegoe@svn.gnome.org>
+
* data/glade/form-signing-dialog.glade:
* data/glade/prefs-dialog.glade: