diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-06 07:55:13 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-06 07:55:13 +0800 |
commit | a4184d85f9020f558d80d8ef0531af9e2c3adc8f (patch) | |
tree | 5b35e1e4d5ebfb405158514fda7747bebd668b58 /ChangeLog | |
parent | 506921ce725352e13f62990a40f2b77f5d953a0f (diff) | |
download | gsoc2013-epiphany-a4184d85f9020f558d80d8ef0531af9e2c3adc8f.tar gsoc2013-epiphany-a4184d85f9020f558d80d8ef0531af9e2c3adc8f.tar.gz gsoc2013-epiphany-a4184d85f9020f558d80d8ef0531af9e2c3adc8f.tar.bz2 gsoc2013-epiphany-a4184d85f9020f558d80d8ef0531af9e2c3adc8f.tar.lz gsoc2013-epiphany-a4184d85f9020f558d80d8ef0531af9e2c3adc8f.tar.xz gsoc2013-epiphany-a4184d85f9020f558d80d8ef0531af9e2c3adc8f.tar.zst gsoc2013-epiphany-a4184d85f9020f558d80d8ef0531af9e2c3adc8f.zip |
Do not unselect all on single selection mode, to not generate useless node
2003-10-06 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-node-view.c: (did_not_drag):
Do not unselect all on single selection mode, to not generate
useless node selection changes.
* src/ephy-history-window.c: (site_node_selected_cb):
Do not refilter if the new selected node is the same
as the old one.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-10-06 Marco Pesenti Gritti <marco@gnome.org> + + * lib/widgets/ephy-node-view.c: (did_not_drag): + + Do not unselect all on single selection mode, to not generate + useless node selection changes. + + * src/ephy-history-window.c: (site_node_selected_cb): + + Do not refilter if the new selected node is the same + as the old one. + 2003-10-03 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbars-model.c: (safe_save_xml), |