aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-06 07:55:13 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-06 07:55:13 +0800
commita4184d85f9020f558d80d8ef0531af9e2c3adc8f (patch)
tree5b35e1e4d5ebfb405158514fda7747bebd668b58 /ChangeLog
parent506921ce725352e13f62990a40f2b77f5d953a0f (diff)
downloadgsoc2013-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 277e75942..e193e30bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),