aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-07-11 04:44:03 +0800
committerChristian Persch <chpe@src.gnome.org>2006-07-11 04:44:03 +0800
commit19086cf25f2dff6194d44c68078f679d7c269836 (patch)
tree968d78921bc9cd2ae00256cf2f369baaa15e23c2 /ChangeLog
parent2a9853a35481dd27d4aad63523c01c00b636d024 (diff)
downloadgsoc2013-epiphany-19086cf25f2dff6194d44c68078f679d7c269836.tar
gsoc2013-epiphany-19086cf25f2dff6194d44c68078f679d7c269836.tar.gz
gsoc2013-epiphany-19086cf25f2dff6194d44c68078f679d7c269836.tar.bz2
gsoc2013-epiphany-19086cf25f2dff6194d44c68078f679d7c269836.tar.lz
gsoc2013-epiphany-19086cf25f2dff6194d44c68078f679d7c269836.tar.xz
gsoc2013-epiphany-19086cf25f2dff6194d44c68078f679d7c269836.tar.zst
gsoc2013-epiphany-19086cf25f2dff6194d44c68078f679d7c269836.zip
Work around bug #346662 by not changing selection while removing the
2006-07-10 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (ephy_node_view_selection_changed_cb), (ephy_node_view_remove): Work around bug #346662 by not changing selection while removing the nodes. Fixes crash with gtk 2.10.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab978303..2eb5cd717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-07-10 Christian Persch <chpe@cvs.gnome.org>
+ * lib/widgets/ephy-node-view.c:
+ (ephy_node_view_selection_changed_cb), (ephy_node_view_remove):
+
+ Work around bug #346662 by not changing selection while removing the
+ nodes. Fixes crash with gtk 2.10.
+
+2006-07-10 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-window.c: (settings_change_notify),
(ephy_window_key_press_event):