diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-07-11 04:44:03 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-07-11 04:44:03 +0800 |
commit | 19086cf25f2dff6194d44c68078f679d7c269836 (patch) | |
tree | 968d78921bc9cd2ae00256cf2f369baaa15e23c2 /ChangeLog | |
parent | 2a9853a35481dd27d4aad63523c01c00b636d024 (diff) | |
download | gsoc2013-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |